[gnome-session] gsm: Add more details to a debug message
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] gsm: Add more details to a debug message
- Date: Tue, 22 Mar 2011 13:51:55 +0000 (UTC)
commit a359ce1d9b7520ac9b2fc2c7afebcd6f6d2e8c17
Author: Vincent Untz <vuntz gnome org>
Date: Tue Mar 22 14:35:09 2011 +0100
gsm: Add more details to a debug message
gnome-session/gsm-manager.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-manager.c b/gnome-session/gsm-manager.c
index 47f11a0..47a9e15 100644
--- a/gnome-session/gsm-manager.c
+++ b/gnome-session/gsm-manager.c
@@ -3727,7 +3727,7 @@ append_app (GsmManager *manager,
dup = find_app_for_app_id (manager, app_id);
if (dup != NULL) {
- g_debug ("GsmManager: not adding app: app-id already exists");
+ g_debug ("GsmManager: not adding app: app-id '%s' already exists", app_id);
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]