summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-04-03 16:35:58 +0000
committerimp <imp@FreeBSD.org>2005-04-03 16:35:58 +0000
commit5f1a63f33af343290bb85ec6fcf64cd3928d3ee7 (patch)
tree99c509aaaf1d47a44ef6c81c1190d5486c58502d /sbin
parentae7daf0c96f3f26bb42733b649e01af87e4752b6 (diff)
downloadFreeBSD-src-5f1a63f33af343290bb85ec6fcf64cd3928d3ee7.zip
FreeBSD-src-5f1a63f33af343290bb85ec6fcf64cd3928d3ee7.tar.gz
Remove debug from last commit
Diffstat (limited to 'sbin')
-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