GNOME Bugzilla – Bug 650882
use stdout instead of stderr for informational messages
Last modified: 2011-05-27 22:32:10 UTC
Created attachment 188391 [details] [review] stderr -> stdout Hi. Is there any reason glib-compile-schemas output the followings to stderr instead of stdout. IMHO these are just informative messages but they are not errors nor critical in any way: "No schema files found: doing nothing." "No schema files found: removed existing output file." I guess it would make more sense to let them use stdout and it will allow to redirect stdout to /dev/null for people who may want it (currently if you don't want to see these messages, you have to 2>/dev/null which is not really nice in case you get a real error). Patch attached. Thoughts?
Makes sense to me