--- a/openalbridge/errlib.c Mon Oct 12 19:41:17 2009 +0000 +++ b/openalbridge/errlib.c Mon Oct 12 21:29:28 2009 +0000 @@ -34,7 +34,7 @@ syslog (level, buf); else { fflush (stdout); - fputs (buf, stderr); + fprintf (stderr, buf); fflush (stderr); }