X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c8d895de26a920d8ff8cdde82bde72ea4b20633f..cb213f1c1b0c9682bc5318e6e2ca3017036e4fb4:/exclude.c diff --git a/exclude.c b/exclude.c index 49adcff6..9a06395b 100644 --- a/exclude.c +++ b/exclude.c @@ -311,7 +311,7 @@ void add_exclude(struct exclude_list_struct *listp, const char *pattern, if (verbose > 2) { rprintf(FINFO, "[%s] add_exclude(%.*s, %s%sclude)\n", - who_am_i(), pat_len, cp, listp->debug_type, + who_am_i(), (int)pat_len, cp, listp->debug_type, mflags & MATCHFLG_INCLUDE ? "in" : "ex"); } }