Index: restore-src/amrestore.c
===================================================================
RCS file: /cvsroot/amanda/amanda/restore-src/amrestore.c,v
retrieving revision 1.28.2.4.4.3.2.6
diff -u -r1.28.2.4.4.3.2.6 amrestore.c
--- restore-src/amrestore.c	30 Oct 2002 22:18:02 -0000	1.28.2.4.4.3.2.6
+++ restore-src/amrestore.c	3 Jan 2003 21:44:47 -0000
@@ -606,7 +606,7 @@
     }
 
     if(tape_stat(tapename,&stat_tape)!=0) {
-	error("could not stat %s",tapename);
+	error("could not stat %s: %s", tapename, strerror(errno));
     }
     isafile=S_ISREG((stat_tape.st_mode));
 
