summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sbin/restore/dirs.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/restore/dirs.c b/sbin/restore/dirs.c
index f0ed7f8..f12f932 100644
--- a/sbin/restore/dirs.c
+++ b/sbin/restore/dirs.c
@@ -278,8 +278,6 @@ pathsearch(const char *pathname)
struct direct *dp;
char *path, *name, buffer[MAXPATHLEN];
- printf("Looking for %s\n", pathname);
-
strcpy(buffer, pathname);
path = buffer;
ino = ROOTINO;
OpenPOWER on IntegriCloud