]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
typo in Dmsg
authorAlain Spineux <alain@baculasystems.com>
Thu, 5 Jan 2023 15:25:09 +0000 (16:25 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:57:00 +0000 (13:57 +0200)
bacula/src/dird/catreq.c

index 5e4157d1c72d1e8bbc6ce81dc19d1f8ade55d78b..e798f11bb363286c3bd68a2d18e8becec5b0f6ed 100644 (file)
@@ -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 */