Changed the chksum debug flag to deltasum.
[rsync/rsync.git] / rsync.h
diff --git a/rsync.h b/rsync.h
index c6a5899..6540257 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -1147,10 +1147,10 @@ extern short info_levels[], debug_levels[];
 #define DEBUG_BIND (DEBUG_BACKUP+1)
 #define DEBUG_CHDIR (DEBUG_BIND+1)
 #define DEBUG_CONNECT (DEBUG_CHDIR+1)
-#define DEBUG_CHKSUM (DEBUG_CONNECT+1)
-#define DEBUG_CMD (DEBUG_CHKSUM+1)
+#define DEBUG_CMD (DEBUG_CONNECT+1)
 #define DEBUG_DEL (DEBUG_CMD+1)
-#define DEBUG_DUP (DEBUG_DEL+1)
+#define DEBUG_DELTASUM (DEBUG_DEL+1)
+#define DEBUG_DUP (DEBUG_DELTASUM+1)
 #define DEBUG_EXIT (DEBUG_DUP+1)
 #define DEBUG_FILTER (DEBUG_EXIT+1)
 #define DEBUG_FLIST (DEBUG_FILTER+1)