BSD 4_3_Tahoe release
[unix-history] / usr / src / etc / restore / restore.c
index 58a5b44..6c8d62e 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)restore.c  5.2 (Berkeley) 3/5/86";
+static char sccsid[] = "@(#)restore.c  5.4 (Berkeley) 5/22/88";
 #endif not lint
 
 #include "restore.h"
 #endif not lint
 
 #include "restore.h"
@@ -45,7 +45,7 @@ addfile(name, ino, type)
        char buf[100];
 
        if (BIT(ino, dumpmap) == 0) {
        char buf[100];
 
        if (BIT(ino, dumpmap) == 0) {
-               vprintf(stdout, "%s: not on the tape\n", name);
+               dprintf(stdout, "%s: not on the tape\n", name);
                return (descend);
        }
        if (!mflag) {
                return (descend);
        }
        if (!mflag) {
@@ -392,7 +392,8 @@ nodeupdates(name, ino, type)
         * next incremental tape.
         */
        case NIL:
         * next incremental tape.
         */
        case NIL:
-               fprintf(stderr, "%s: not found on tape\n", name);
+               fprintf(stderr, "%s: (inode %d) not found on tape\n",
+                       name, ino);
                break;
 
        /*
                break;
 
        /*