summaryrefslogtreecommitdiff
path: root/common/gdm-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/gdm-config.c')
-rw-r--r--common/gdm-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/gdm-config.c b/common/gdm-config.c
index 1b6e4e44..b21ab7ff 100644
--- a/common/gdm-config.c
+++ b/common/gdm-config.c
@@ -769,7 +769,7 @@ key_file_get_value (GdmConfig *config,
key,
NULL,
&error);
- g_debug ("Loading locale string: %s %s", key, val);
+ g_debug ("Loading locale string: %s %s", key, val ? val : "(null)");
if (error != NULL) {
g_debug ("%s", error->message);
@@ -781,7 +781,7 @@ key_file_get_value (GdmConfig *config,
group,
key,
&error);
- g_debug ("Loading non-locale string: %s %s", key, val);
+ g_debug ("Loading non-locale string: %s %s", key, val ? val : "(null)");
}
} else {
val = g_key_file_get_value (key_file,