]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
win32: Fix unwanted debug messages in windows File Daemon
authorEric Bollengier <eric@baculasystems.com>
Mon, 23 Sep 2024 07:11:27 +0000 (09:11 +0200)
committerEric Bollengier <eric@baculasystems.com>
Mon, 23 Sep 2024 07:12:59 +0000 (09:12 +0200)
bacula/src/win32/compat/compat.cpp

index 65417a16f11cf85430178598f032c3e9e24d3509..7f0ff5ccac496166e1425efaad285d002da29a0e 100644 (file)
@@ -42,7 +42,7 @@
  * the 64 bit version.
  */
 
-static const int dbglvl = 0;
+static const int dbglvl = 50;
 
 #define b_errno_win32 (1<<29)