webpmux/DisplayInfo: send non-error output to stdout

Change-Id: I4ed0d10e4a7cbc8f2d204b33a483990f1ace58ff
This commit is contained in:
James Zern 2015-09-25 18:49:08 -07:00
parent 306ce4fde1
commit cc020a8c96

View File

@ -186,7 +186,7 @@ static WebPMuxError DisplayInfo(const WebPMux* mux) {
RETURN_IF_ERROR("Failed to retrieve features\n");
if (flag == 0) {
fprintf(stderr, "No features present.\n");
printf("No features present.\n");
return err;
}