[gdm: 1/2] gdm-runtime-config: end lines in output




commit 3de5d18fbe617397cd5730c0bbd470a3c42e74c6
Author: Paper <paper@tilde.institute>
Date:   Mon May 17 23:53:29 2021 +0200

    gdm-runtime-config: end lines in output

 utils/gdm-runtime-config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/utils/gdm-runtime-config.c b/utils/gdm-runtime-config.c
index 8034a2e5b..66bbbf31e 100644
--- a/utils/gdm-runtime-config.c
+++ b/utils/gdm-runtime-config.c
@@ -37,7 +37,7 @@ main (int argc, char *argv[])
         if (argc < 5 || g_strcmp0(argv[1], "set") != 0) {
                 g_printerr("gdm-runtime-config: command format should be " \
                            "'gdm-runtime-config set <group> <key> <value>'\n" \
-                           "For example, 'gdm-runtime-config set daemon WaylandEnable true'");
+                           "For example, 'gdm-runtime-config set daemon WaylandEnable true'\n");
                 return EX_USAGE;
         }
 
@@ -66,7 +66,7 @@ main (int argc, char *argv[])
         saved_okay = g_key_file_save_to_file (key_file, GDM_RUNTIME_CONF, &error);
 
         if (!saved_okay) {
-                g_printerr ("gdm-runtime-config: unable to set '%s' in '%s' group to '%s': %s",
+                g_printerr ("gdm-runtime-config: unable to set '%s' in '%s' group to '%s': %s\n",
                             key, group, value, error->message);
                 return EX_CANTCREAT;
         }


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