[gnome-session] Fix a warning message
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-session] Fix a warning message
- Date: Thu, 27 Jan 2011 21:08:07 +0000 (UTC)
commit 0a8d6882e011eb6978c6b10fa93aa051b0bb18d2
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Jan 27 16:07:51 2011 -0500
Fix a warning message
gnome-session/gsm-session-fill.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnome-session/gsm-session-fill.c b/gnome-session/gsm-session-fill.c
index eb7de09..3f00691 100644
--- a/gnome-session/gsm-session-fill.c
+++ b/gnome-session/gsm-session-fill.c
@@ -166,7 +166,7 @@ check_required_components (GKeyFile *keyfile)
app_path = gsm_util_find_desktop_file_for_app_name (value, NULL);
if (!app_path) {
g_warning ("Unable to find provider '%s' of required component '%s'",
- required_components[i]);
+ value, required_components[i]);
result = FALSE;
}
g_free (app_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]