]> git.wh0rd.org - dump.git/commitdiff
Oops, debug message...
authorStelian Pop <stelian@popies.net>
Mon, 4 Feb 2002 11:21:20 +0000 (11:21 +0000)
committerStelian Pop <stelian@popies.net>
Mon, 4 Feb 2002 11:21:20 +0000 (11:21 +0000)
restore/restore.c

index 2a398fc18816e9c7e5ada0ca2fb4c11c856d139b..eba23e13e939584427390ba50949fa4a9249a5c4 100644 (file)
@@ -41,7 +41,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: restore.c,v 1.27 2002/02/04 11:18:46 stelian Exp $";
+       "$Id: restore.c,v 1.28 2002/02/04 11:21:20 stelian Exp $";
 #endif /* not lint */
 
 #include <config.h>
 #endif /* not lint */
 
 #include <config.h>
@@ -931,15 +931,10 @@ createfiles(void)
                                                        if (GetTapePos(&curtpos) == 0)
                                                                msg("before resync at tape position %lld (%ld, %ld, %s)\n", curtpos, next, curfile.ino, curfile.name);
 #endif
                                                        if (GetTapePos(&curtpos) == 0)
                                                                msg("before resync at tape position %lld (%ld, %ld, %s)\n", curtpos, next, curfile.ino, curfile.name);
 #endif
-msg("bobo1\n");
                                                        ReReadInodeFromTape(next);
 #ifdef DEBUG_QFA
                                                        ReReadInodeFromTape(next);
 #ifdef DEBUG_QFA
-msg("bobo2\n");
-                                                       if (GetTapePos(&curtpos) == 0) {
-msg("bobo3\n");
+                                                       if (GetTapePos(&curtpos) == 0)
                                                                msg("after resync at tape position %lld (%ld, %ld, %s)\n", curtpos, next, curfile.ino, curfile.name);
                                                                msg("after resync at tape position %lld (%ld, %ld, %s)\n", curtpos, next, curfile.ino, curfile.name);
-msg("bobo4\n");
-                                                       }
 #endif
                                                }
                                        }
 #endif
                                                }
                                        }