X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore-src%2Famfetchdump.c;h=ec3d83da17281b205ee0bf30a5944514da7162db;hb=6913ab6f92b7dc3023568a219745123abf878149;hp=927149da4e94b6f93adbfcbb88784147926a6f32;hpb=2627875b7d18858bc1f9f7652811e4d8c15a23eb;p=debian%2Famanda diff --git a/restore-src/amfetchdump.c b/restore-src/amfetchdump.c index 927149d..ec3d83d 100644 --- a/restore-src/amfetchdump.c +++ b/restore-src/amfetchdump.c @@ -146,7 +146,6 @@ list_needed_tapes( for(curmatch = matches; curmatch; curmatch = curmatch->next) { int havetape = 0; - g_fprintf(stderr, "Examining %s %s on %s\n", curmatch->hostname, curmatch->diskname, curmatch->label); /* keep only first dump if only_one */ if (only_one && curmatch != matches && @@ -154,7 +153,6 @@ list_needed_tapes( strcmp(curmatch->diskname, matches->diskname) || strcmp(curmatch->timestamp, matches->timestamp) || curmatch->level != matches->level)) { - g_fprintf(stderr, "only_one matched\n"); continue; } if(strcmp("OK", curmatch->status)){ @@ -162,7 +160,6 @@ list_needed_tapes( curmatch->timestamp, curmatch->hostname, curmatch->diskname, curmatch->level, curmatch->status); - g_fprintf(stderr, "!OK\n"); continue; }