Improved the debug string for the local_exclude_list.
authorWayne Davison <wayned@samba.org>
Sat, 24 Apr 2004 08:00:39 +0000 (08:00 +0000)
committerWayne Davison <wayned@samba.org>
Sat, 24 Apr 2004 08:00:39 +0000 (08:00 +0000)
exclude.c

index 252affe..1cea867 100644 (file)
--- a/exclude.c
+++ b/exclude.c
@@ -34,7 +34,7 @@ extern int recurse;
 extern char curr_dir[];
 
 struct exclude_list_struct exclude_list = { 0, 0, "" };
-struct exclude_list_struct local_exclude_list = { 0, 0, "local-cvsignore " };
+struct exclude_list_struct local_exclude_list = { 0, 0, "per-dir .cvsignore " };
 struct exclude_list_struct server_exclude_list = { 0, 0, "server " };
 char *exclude_path_prefix = NULL;