diff --git a/gio/glib-compile-schemas.c b/gio/glib-compile-schemas.c index 7369c6711..0c8a58daf 100644 --- a/gio/glib-compile-schemas.c +++ b/gio/glib-compile-schemas.c @@ -2020,13 +2020,13 @@ main (int argc, char **argv) if (files->len == 0) { - fprintf (stderr, _("No schema files found: ")); + fprintf (stdout, _("No schema files found: ")); if (g_unlink (target)) - fprintf (stderr, _("doing nothing.\n")); + fprintf (stdout, _("doing nothing.\n")); else - fprintf (stderr, _("removed existing output file.\n")); + fprintf (stdout, _("removed existing output file.\n")); return 0; }