[gnome-remote-desktop/cherry-pick-4192a2fd] ctl: Fix error messages
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-remote-desktop/cherry-pick-4192a2fd] ctl: Fix error messages
- Date: Fri, 5 Aug 2022 21:58:40 +0000 (UTC)
commit 6c0527e702b33d49cdee1ef4eb00cea440367bea
Author: Jonas Ådahl <jadahl gmail com>
Date: Tue Jun 21 16:03:42 2022 +0200
ctl: Fix error messages
A couple were missing newlines, and one said RDP but was about VNC.
(cherry picked from commit 4192a2fd04293cf343d83090a8e755a50ff2f337)
src/grd-ctl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/grd-ctl.c b/src/grd-ctl.c
index f641fb7e..26d0faf5 100644
--- a/src/grd-ctl.c
+++ b/src/grd-ctl.c
@@ -504,7 +504,7 @@ print_rdp_status (gboolean use_colors,
NULL);
if (error)
{
- fprintf (stderr, "Failed to lookup RDP credentials: %s", error->message);
+ fprintf (stderr, "Failed to lookup RDP credentials: %s\n", error->message);
return;
}
@@ -560,7 +560,7 @@ print_vnc_status (gboolean use_colors,
NULL);
if (error)
{
- fprintf (stderr, "Failed to lookup RDP credentials: %s", error->message);
+ fprintf (stderr, "Failed to lookup VNC credentials: %s\n", error->message);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]