From: Eric Bollengier Date: Wed, 30 Sep 2009 12:46:32 +0000 (+0200) Subject: remove debug X-Git-Tag: Release-5.0.0~298 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6479757088e9180f6bf1d62b17b848a95034e69f;p=bacula%2Fbacula remove debug --- diff --git a/bacula/src/cats/sql_get.c b/bacula/src/cats/sql_get.c index b192eb9cf6..4c553025bf 100644 --- a/bacula/src/cats/sql_get.c +++ b/bacula/src/cats/sql_get.c @@ -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