]> git.sur5r.net Git - bacula/bacula/commitdiff
tweak comments
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 24 Aug 2009 16:41:09 +0000 (18:41 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 24 Aug 2009 16:41:09 +0000 (18:41 +0200)
bacula/src/filed/accurate.c

index 6def5178c8a21dc48672419e9b268180aed4769e..90e7ff24d3138b99678a921e423b9e3387879bb2 100644 (file)
@@ -483,12 +483,8 @@ int accurate_cmd(JCR *jcr)
       if (lstat_pos < dir->msglen) {
          chksum_pos = lstat_pos + strlen(dir->msg + lstat_pos) + 1;
 
-         Dmsg3(dbglvl, "len=%i lstat_pos=%i chksum_pos=%i\n", 
-               (uint32_t) dir->msglen,
-               (uint32_t) lstat_pos, (uint32_t) chksum_pos);
-
          if (chksum_pos >= dir->msglen) {
-            chksum_pos = lstat_pos - 1;       /* no checksum, point to the last \0 */
+            chksum_pos = lstat_pos - 1;    /* tweak: no checksum, point to the last \0 */
          } 
 
          accurate_add_file(jcr, dir->msglen,