]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl fix comments
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 23 Mar 2007 22:40:04 +0000 (22:40 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 23 Mar 2007 22:40:04 +0000 (22:40 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4403 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/cats/sql_create.c

index 184dc6329da279cf871c12cd25b425667281ee00..5909e4420f80c21e11b56b9039231c5de1d5abec 100644 (file)
@@ -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");