From 214def7b8b2fc2dd03f856e0a51bd6dd38e4e8e4 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 9 Apr 2010 21:52:25 +0200 Subject: [PATCH] Turn off plugin debug --- bacula/src/filed/fd_plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/src/filed/fd_plugins.c b/bacula/src/filed/fd_plugins.c index c5f303e6ea..ca7aad1f2d 100644 --- a/bacula/src/filed/fd_plugins.c +++ b/bacula/src/filed/fd_plugins.c @@ -34,7 +34,7 @@ #include "bacula.h" #include "filed.h" -const int dbglvl = 0; +const int dbglvl = 150; #ifdef HAVE_WIN32 const char *plugin_type = "-fd.dll"; #else -- 2.39.5