]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl cleanup
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 28 Apr 2008 19:42:25 +0000 (19:42 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 28 Apr 2008 19:42:25 +0000 (19:42 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6854 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/accurate.c

index 83adff65d14dca32af1628db69567c15a25df016..2f076a64b79e8fb6ba0a691ad96295b47a8e8243 100644 (file)
@@ -141,7 +141,7 @@ bool accurate_send_deleted_list(JCR *jcr)
                    key, strlen(key)+1, 
                    &elt, sizeof(CurFile)) != -1)
       {
-        if (!elt.seen) {
+        if (!elt.seen) {       /* already seen */
            ff_pkt->fname = key;
            ff_pkt->statp.st_mtime = elt.mtime;
            ff_pkt->statp.st_ctime = elt.ctime;
@@ -249,7 +249,7 @@ bail_out:
    return true;
 }
 
-#endif
+#endif /* common code */
 
 static bool accurate_add_file(JCR *jcr, char *fname, char *lstat)
 {
@@ -353,7 +353,6 @@ int accurate_cmd(JCR *jcr)
       dir->fsend(_("2991 Bad accurate command\n"));
       return false;
    }
-   Dmsg2(dbglvl, "nb=%d msg=%s\n", nb, dir->msg);
 
    accurate_init(jcr, nb);