X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Ftape.c;h=77f84f08dbe441f6be9cf283b6293cc6926d1990;hp=76bdb4cb7d7def62ef1bd319b870421f86beb065;hb=77de3c7f1a6de2d141713d4dd3c44e1b5090d63d;hpb=f30c53e5aacd10d449f01703b31a927c8a7a3134 diff --git a/restore/tape.c b/restore/tape.c index 76bdb4c..77f84f0 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.86 2005/01/24 10:32:14 stelian Exp $"; + "$Id: tape.c,v 1.87 2005/01/24 10:37:58 stelian Exp $"; #endif /* not lint */ #include @@ -1730,7 +1730,7 @@ comparefile(char *name) return; } if ((lsize = readlink(name, lbuf, MAXPATHLEN)) < 0) { - panic("readlink of %s failed: %s", name, + panic("readlink of %s failed: %s\n", name, strerror(errno)); do_compare_error; }