From: Eric Bollengier Date: Thu, 10 May 2007 20:55:08 +0000 (+0000) Subject: ebl update debug message (last time) :) X-Git-Tag: Release-7.0.0~6388 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2bbe5fe90fa7b488146142f1c56af3e4da56867;p=bacula%2Fbacula ebl update debug message (last time) :) git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4743 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/cats/sql_create.c b/bacula/src/cats/sql_create.c index c0775f56b8..cdf41cf1a5 100644 --- a/bacula/src/cats/sql_create.c +++ b/bacula/src/cats/sql_create.c @@ -748,7 +748,7 @@ bool my_batch_end(JCR *jcr, B_DB *mdb, const char *error) */ bool db_write_batch_file_records(JCR *jcr) { - Dmsg0(50,"db_create_file_record changes=%u\n",jcr->db_batch->changes); + Dmsg1(50,"db_create_file_record changes=%u\n",jcr->db_batch->changes); if (!jcr->db_batch) { /* no files to backup ? */ Dmsg0(50,"db_create_file_record : no files\n");