[gnome-terminal] client: legacy: Remove double comment output



commit 7bf099c1a5ba5eaf53a8e4fc49d10b499f48e551
Author: Christian Persch <chpe src gnome org>
Date:   Mon Feb 12 19:39:00 2018 +0100

    client: legacy: Remove double comment output
    
    One '#' is enough.

 src/terminal-options.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/terminal-options.c b/src/terminal-options.c
index 8759ec0..0694c13 100644
--- a/src/terminal-options.c
+++ b/src/terminal-options.c
@@ -1003,7 +1003,7 @@ terminal_options_parse (int *argcp,
     if (g_dbus_is_unique_name (server_unique_name))
       options->server_unique_name = g_strdup (server_unique_name);
     else
-      terminal_printerr ("# Warning: %s set but \"%s\" is not a unique D-Bus name.\n",
+      terminal_printerr ("Warning: %s set but \"%s\" is not a unique D-Bus name.\n",
                          TERMINAL_ENV_SERVICE_NAME,
                          server_unique_name);
   }
@@ -1013,7 +1013,7 @@ terminal_options_parse (int *argcp,
     if (g_variant_is_object_path (parent_screen_object_path))
       options->parent_screen_object_path = g_strdup (parent_screen_object_path);
     else
-      terminal_printerr ("# Warning: %s set but \"%s\" is not a valid D-Bus object path.\n",
+      terminal_printerr ("Warning: %s set but \"%s\" is not a valid D-Bus object path.\n",
                          TERMINAL_ENV_SCREEN,
                          parent_screen_object_path);
   }


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