]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Fix segfault with the status dir command and debug level 250
authorEric Bollengier <eric@baculasystems.com>
Fri, 6 Aug 2021 13:47:21 +0000 (15:47 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:03:03 +0000 (09:03 +0100)
bacula/src/dird/ua_status.c

index 68cdb20677481437ca2374bc44a2363efc715f82..320ad849fc231c1cfca0fd4bda8deedaf2e2c979 100644 (file)
@@ -1183,7 +1183,7 @@ static void list_scheduled_jobs(UAContext *ua)
          sp->pool = run->pool;
          get_job_storage(&store, job, run);
          sp->store = store.store;
-         Dmsg3(250, "job=%s store=%s MediaType=%s\n", job->name(), sp->store->name(), sp->store->media_type);
+//         Dmsg3(250, "job=%s store=%s MediaType=%s\n", job->name(), sp->store->name(), sp->store->media_type);
          sched.binary_insert_multiple(sp, my_compare);
          num_jobs++;
       }