From 77de3c7f1a6de2d141713d4dd3c44e1b5090d63d Mon Sep 17 00:00:00 2001 From: Stelian Pop Date: Mon, 24 Jan 2005 10:37:58 +0000 Subject: [PATCH] Small missing \n --- restore/tape.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.39.2