From 227910f7ef82a29569eee67c3438d947d74314dc Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 23 Mar 2007 22:40:04 +0000 Subject: [PATCH] ebl fix comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4403 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/cats/sql_create.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/cats/sql_create.c b/bacula/src/cats/sql_create.c index 184dc6329d..5909e4420f 100644 --- a/bacula/src/cats/sql_create.c +++ b/bacula/src/cats/sql_create.c @@ -733,7 +733,7 @@ bool my_batch_insert(JCR *jcr, B_DB *mdb, ATTR_DBR *ar) bool my_batch_end(JCR *jcr, B_DB *mdb, const char *error) { - Dmsg0(50, "sql_batch_end started"); + Dmsg0(50, "sql_batch_end started\n"); if (mdb) { mdb->status = 0; @@ -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 : no files"); + Dmsg0(50,"db_create_file_record : no files\n"); if (!jcr->db_batch) { /* no files to backup ? */ Dmsg0(50,"db_create_file_record : no files\n"); -- 2.39.5