X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=restore%2Frestore.c;h=eba23e13e939584427390ba50949fa4a9249a5c4;hb=6c8b464ab6bbfa954c7770df135ea5621250045b;hp=2a398fc18816e9c7e5ada0ca2fb4c11c856d139b;hpb=fe0e02857a1ff7db4bf8cb28780de7ecf2f24234;p=dump.git diff --git a/restore/restore.c b/restore/restore.c index 2a398fc..eba23e1 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -41,7 +41,7 @@ #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 @@ -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 -msg("bobo1\n"); 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("bobo4\n"); - } #endif } }