Merge "webpmux/DisplayInfo: send non-error output to stdout"

This commit is contained in:
Pascal Massimino 2015-09-26 05:36:40 +00:00 committed by Gerrit Code Review
commit df9f6ec829

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;
}