From: Kern Sibbald Date: Wed, 23 Feb 2011 20:51:42 +0000 (+0100) Subject: Fix bug #1700 no timestamp with -dt on Windows X-Git-Tag: Release-5.2.1~626 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=aeb4d66e68a753045033721eaa5aa656cc5c6c2a;p=bacula%2Fbacula Fix bug #1700 no timestamp with -dt on Windows --- diff --git a/bacula/src/lib/message.c b/bacula/src/lib/message.c index 97a3a01a2b..3d7fc0e12d 100644 --- a/bacula/src/lib/message.c +++ b/bacula/src/lib/message.c @@ -990,7 +990,7 @@ d_msg(const char *file, int line, int level, const char *fmt,...) len = strlen(buf); buf[len++] = ' '; buf[len] = 0; - fputs(buf, stdout); + pt_out(buf); } #ifdef FULL_LOCATION