summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-13 15:56:03 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-13 15:56:03 +0000
commit0cea42440ffc9edab56710ab0baaff9454a86fea (patch)
tree662d55e27bf6e8f182e7a15e23ca826e96962093
parent874895d51a4b65e39762f06eea84b7d4a7755a3f (diff)
downloadrsync-0cea42440ffc9edab56710ab0baaff9454a86fea.tar.gz
removed a debug line
-rw-r--r--util.c1
1 files changed, 0 insertions, 1 deletions
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) {