From: Alain Spineux Date: Thu, 5 Jan 2023 15:25:09 +0000 (+0100) Subject: typo in Dmsg X-Git-Tag: Beta-15.0.0~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abbcaefd4c421f2437c5f7172120bebd0ad81216;p=thirdparty%2Fbacula.git typo in Dmsg --- diff --git a/bacula/src/dird/catreq.c b/bacula/src/dird/catreq.c index 5e4157d1c..e798f11bb 100644 --- a/bacula/src/dird/catreq.c +++ b/bacula/src/dird/catreq.c @@ -883,7 +883,7 @@ bool despool_attributes_from_file(JCR *jcr, const char *file) POOLMEM *msg = get_pool_memory(PM_MESSAGE); FILE *spool_fd=NULL; - Dmsg1(100, "Begin despool_attributes_from_file\n", file); + Dmsg1(100, "Begin despool_attributes_from_file %s\n", file); if (jcr->is_job_canceled() || !jcr->pool->catalog_files || !jcr->db) { goto bail_out; /* user disabled cataloging */