From: Stelian Pop Date: Tue, 13 Nov 2001 12:11:42 +0000 (+0000) Subject: a debug message removed X-Git-Tag: release_0_4b25~5 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=c400d6a2fcb10a45b62fb0af26e6536e8181c508 a debug message removed --- diff --git a/restore/main.c b/restore/main.c index 37d7101..ad04968 100644 --- a/restore/main.c +++ b/restore/main.c @@ -41,7 +41,7 @@ #ifndef lint static const char rcsid[] = - "$Id: main.c,v 1.30 2001/11/13 12:11:05 stelian Exp $"; + "$Id: main.c,v 1.31 2001/11/13 12:11:42 stelian Exp $"; #endif /* not lint */ #include @@ -288,7 +288,6 @@ main(int argc, char *argv[]) err(1, "can't get current directory"); snprintf(fullpathinput, MAXPATHLEN, "%s/%s", wd, inputdev); fullpathinput[MAXPATHLEN - 1] = '\0'; -printf("FULLPATH is %s\n", fullpathinput); setinput(fullpathinput); } else