[gdm/for-gnome-40: 5/9] gdm-runtime-config: end lines in output
- From: Ray Strode <halfline src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdm/for-gnome-40: 5/9] gdm-runtime-config: end lines in output
- Date: Fri, 23 Jul 2021 15:01:09 +0000 (UTC)
commit f3b884ff2f15390567b3b00486cde61e743dd9be
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]