From: Andrew Tridgell Date: Wed, 13 May 1998 15:56:03 +0000 (+0000) Subject: removed a debug line X-Git-Tag: v2.0.0~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cea42440ffc9edab56710ab0baaff9454a86fea;p=thirdparty%2Frsync.git removed a debug line --- diff --git a/util.c b/util.c index 8546e4a7..ffbdc932 100644 --- a/util.c +++ b/util.c @@ -515,7 +515,6 @@ void glob_expand(char **argv, int *argc, int maxargs) glob_t globbuf; int i; - rprintf(FINFO,"glob(%s) -> %d\n", argv[*argc], globbuf.gl_pathc); memset(&globbuf, 0, sizeof(globbuf)); glob(argv[*argc], 0, NULL, &globbuf); if (globbuf.gl_pathc == 0) {