mirror of
https://github.com/openharmony/third_party_backends.git
synced 2026-07-01 09:11:13 -04:00
Keep warning out of redirected image data. Fixes testsuite
This commit is contained in:
@@ -1975,7 +1975,7 @@ static int guess_output_format(const char* output_file)
|
||||
{
|
||||
if (output_file == NULL)
|
||||
{
|
||||
printf("Output format is not set, using pnm as a default.\n");
|
||||
fprintf(stderr, "Output format is not set, using pnm as a default.\n");
|
||||
return OUTPUT_PNM;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user