Displaying 1 result from an estimated 1 matches for "exclude_st".
Did you mean:
exclude_list
2004 Jan 27
1
Differentiating debug messages from both sides
...level. Here's a
patch. Let me know what you think.
..wayne..
-------------- next part --------------
--- exclude.c 20 Jan 2004 04:53:59 -0000 1.58
+++ exclude.c 27 Jan 2004 07:36:35 -0000
@@ -27,6 +27,7 @@
#include "rsync.h"
extern int verbose;
+extern char *who_am_i;
struct exclude_struct **exclude_list;
struct exclude_struct **local_exclude_list;
@@ -102,7 +103,7 @@ void free_exclude_list(struct exclude_st
struct exclude_struct **list = *listp;
if (verbose > 2)
- rprintf(FINFO,"clearing exclude list\n");
+ rprintf(FINFO, "[%c] clearing exclude list\n&...