]> git.sur5r.net Git - bacula/bacula/commitdiff
remove debug
authorEric Bollengier <eric@eb.homelinux.org>
Wed, 30 Sep 2009 12:46:32 +0000 (14:46 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Wed, 30 Sep 2009 12:46:32 +0000 (14:46 +0200)
bacula/src/cats/sql_get.c

index b192eb9cf6aec80e1e6d1aeda6400d91f6d38f1d..4c553025bfde87da8c8d15b6e5bf80c9de3e8f92 100644 (file)
@@ -1068,10 +1068,8 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids,
 #define new_db_get_file_list
 #ifdef new_db_get_file_list
    POOL_MEM buf2(PM_MESSAGE);
-   Dmsg1(0, "sql=%s\n", select_recent_version_with_basejob[db_type]);
    Mmsg(buf2, select_recent_version_with_basejob[db_type], 
         jobids, jobids, jobids, jobids);
-   Dmsg1(0, "sql=%s\n", buf2.c_str());
    Mmsg(buf,
 "SELECT Path.Path, Filename.Name, Temp.FileIndex, Temp.JobId, LStat, MD5 "
  "FROM ( %s ) AS Temp "
@@ -1081,7 +1079,6 @@ bool db_get_file_list(JCR *jcr, B_DB *mdb, char *jobids,
 "ORDER BY Temp.JobId, FileIndex ASC",/* Return sorted by JobId, */
                                      /* FileIndex for restore code */ 
         buf2.c_str());
-   Dmsg1(0, "sql=%s\n", buf.c_str());
 #else
    /*  
     * I am not sure that this works the same as the code in ua_restore.c but it