[gnome-terminal] migration: Use stderr for debug output



commit 2d3dfe3073c3a2dd18f7292127d62794183802a4
Author: Christian Persch <chpe gnome org>
Date:   Wed Jan 9 01:59:37 2013 +0100

    migration: Use stderr for debug output

 src/migration.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/migration.c b/src/migration.c
index e679715..6760688 100644
--- a/src/migration.c
+++ b/src/migration.c
@@ -323,8 +323,8 @@ migrate_profile (GConfClient *client,
 
   path = g_strdup_printf (TERMINAL_PROFILES_PATH_PREFIX ":%s/", str);
   if (verbose)
-    g_print ("Migrating profile \"%s\" to \"%s\" is-default %s\n",
-             gconf_id, path, is_default ? "true" : "false");
+    g_printerr ("Migrating profile \"%s\" to \"%s\" is-default %s\n",
+                gconf_id, path, is_default ? "true" : "false");
 
   settings = g_settings_new_with_path (TERMINAL_PROFILE_SCHEMA, path);
   g_free (path);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]