X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3f0211b63a6cdc4a2cecfd2a0dffeba172c86a47..eb7715c1eb5a69a934fe59e1ccafe3b421b9c8fd:/util.c diff --git a/util.c b/util.c index 74341930..2544b45e 100644 --- a/util.c +++ b/util.c @@ -898,6 +898,9 @@ int push_dir(const char *dir, int set_path_only) curr_dir_depth = count_dir_elements(curr_dir + module_dirlen); } + if (verbose >= 5) + rprintf(FINFO, "[%s] dir is now %s\n", who_am_i(), curr_dir); + return 1; }