]> git.sur5r.net Git - bacula/bacula/commitdiff
Removed MessageBox in syslog.
authorNicolas Boichat <nicolas@boichat.ch>
Sat, 8 May 2004 14:13:20 +0000 (14:13 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Sat, 8 May 2004 14:13:20 +0000 (14:13 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1350 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/win32/compat/compat.cpp

index 00cd10e8acd3a00a120c74f74207fe4b2bb57585..736cc2c18892d95f9b8ec082692d1392ef04bfa8 100644 (file)
@@ -481,9 +481,9 @@ gettimeofday(struct timeval *tv, struct timezone *)
 int
 syslog(int type, const char *fmt, const char *msg)
 {
-#ifndef HAVE_CONSOLE
+/*#ifndef HAVE_CONSOLE
     MessageBox(NULL, msg, "Bacula", MB_OK);
-#endif
+#endif*/
     return 0;
 }