--- rxvt-unicode/src/rxvtd.C 2006/08/18 23:03:31 1.31 +++ rxvt-unicode/src/rxvtd.C 2006/08/18 23:06:48 1.32 @@ -145,10 +145,10 @@ vsnprintf (err, 1024, format, ap); va_end (ap); - send ("MSG"), send (err); + log_msg (err); } - send ("END"); send (0); + send ("END"), send (0); close (fd); delete this; }