[gdm/multi-stack: 4/17] Add newline on debug messages in sc helper
- From: Ray Strode <halfline src gnome org>
- To: svn-commits-list gnome org
- Subject: [gdm/multi-stack: 4/17] Add newline on debug messages in sc helper
- Date: Tue, 3 Mar 2009 13:31:30 -0500 (EST)
commit 8415cd2120c54aa103386e889a7c22153247d725
Author: Ray Strode <rstrode redhat com>
Date: Fri Feb 27 15:34:04 2009 -0500
Add newline on debug messages in sc helper
---
.../plugins/smartcard/gdm-smartcard-worker.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-worker.c b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-worker.c
index 7fe4cf4..75e4f33 100644
--- a/gui/simple-greeter/plugins/smartcard/gdm-smartcard-worker.c
+++ b/gui/simple-greeter/plugins/smartcard/gdm-smartcard-worker.c
@@ -124,7 +124,7 @@ on_debug_message (const char *log_domain,
const char *message,
gpointer user_data)
{
- g_printerr ("*** DEBUG: %s", message);
+ g_printerr ("*** DEBUG: %s\n", message);
}
int
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]