X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Ftape.c;h=7378b208aad0b38bab9c38909627d6736c001564;hp=c74e3909f10e46cf1f1ae026573f5d9cfab56bde;hb=7f7d329e78edfcea92bff630c3e942d3410fdaab;hpb=16383d6ca1f5230d3d8514b70eee4c5cad1ee24b diff --git a/restore/tape.c b/restore/tape.c index c74e390..7378b20 100644 --- a/restore/tape.c +++ b/restore/tape.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "$Id: tape.c,v 1.90 2005/06/08 13:24:11 stelian Exp $"; + "$Id: tape.c,v 1.91 2007/02/22 20:12:50 stelian Exp $"; #endif /* not lint */ #include @@ -570,6 +570,8 @@ again: } if (haderror || (bot_code && !Mflag)) { haderror = 0; + if (compare_errors) + fprintf(stderr, "%d compare errors so far\n", compare_errors); #ifdef sunos fprintf(stderr, "Mount volume %ld\n", (long)newvol); #else