]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/status.c
Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
[bacula/bacula] / bacula / src / filed / status.c
index 01327e441d632151c704ff7368359906503f14ae..fdeb2abf57f58690018a8fc633883c2266e922f2 100755 (executable)
@@ -72,7 +72,7 @@ static void do_status(void sendit(const char *msg, int len, void *sarg), void *a
         dt, num_jobs_run, num_jobs_run == 1 ? "" : "s");
    sendit(msg, len, arg);
 #if defined(HAVE_CYGWIN) || defined(HAVE_WIN32)
-   if (/*debug_level > 0*/ true) {
+   if (debug_level > 0) {
       if (!privs) {
          privs = enable_backup_privileges(NULL, 1);
       }