From: Stelian Pop Date: Mon, 24 Jan 2005 10:37:58 +0000 (+0000) Subject: Small missing \n X-Git-Tag: release_0_4b40~8 X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=commitdiff_plain;h=77de3c7f1a6de2d141713d4dd3c44e1b5090d63d Small missing \n --- 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; }