diff options
author | imp <imp@FreeBSD.org> | 2005-04-03 16:35:58 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-04-03 16:35:58 +0000 |
commit | 5f1a63f33af343290bb85ec6fcf64cd3928d3ee7 (patch) | |
tree | 99c509aaaf1d47a44ef6c81c1190d5486c58502d /sbin/restore | |
parent | ae7daf0c96f3f26bb42733b649e01af87e4752b6 (diff) | |
download | FreeBSD-src-5f1a63f33af343290bb85ec6fcf64cd3928d3ee7.zip FreeBSD-src-5f1a63f33af343290bb85ec6fcf64cd3928d3ee7.tar.gz |
Remove debug from last commit
Diffstat (limited to 'sbin/restore')
-rw-r--r-- | sbin/restore/dirs.c | 2 |
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; |