X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d8e8ef323adc05cc879ef06a9ced41816557ef00..b3347e2a03094b4a97f5015fee3875e18b5c4a83:/rsync.h diff --git a/rsync.h b/rsync.h index a0f2d925..b000d96e 100644 --- a/rsync.h +++ b/rsync.h @@ -1171,7 +1171,8 @@ extern short info_levels[], debug_levels[]; #define DEBUG_FLIST (DEBUG_FILTER+1) #define DEBUG_FUZZY (DEBUG_FLIST+1) #define DEBUG_GENR (DEBUG_FUZZY+1) -#define DEBUG_HLINK (DEBUG_GENR+1) +#define DEBUG_HASH (DEBUG_GENR+1) +#define DEBUG_HLINK (DEBUG_HASH+1) #define DEBUG_ICONV (DEBUG_HLINK+1) #define DEBUG_OWN (DEBUG_ICONV+1) #define DEBUG_PROTO (DEBUG_OWN+1)