Index: server-src/find.c =================================================================== --- server-src/find.c (revision 345) +++ server-src/find.c (working copy) @@ -106,7 +106,7 @@ logs += search_logfile(&output_find, tp->label, tp->datestamp, logfile); } if(logs == 0 && strcmp(tp->datestamp,"0") != 0) - printf("Warning: no log files found for tape %s written %s\n", + fprintf(stderr, "Warning: no log files found for tape %s written %s\n", tp->label, find_nicedate(tp->datestamp)); } amfree(logfile); @@ -189,7 +189,7 @@ } } if(logs == 0 && strcmp(tp->datestamp,"0") != 0) - printf("Warning: no log files found for tape %s written %s\n", + fprintf(stderr, "Warning: no log files found for tape %s written %s\n", tp->label, find_nicedate(tp->datestamp)); } amfree(logfile);