summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2015-10-27 15:56:04 -0400
committerRay Strode <rstrode@redhat.com>2015-10-27 15:56:04 -0400
commit1c78f2dfccea17fe377349cbc74326e01347283e (patch)
treeda62dde3f3e3568f92275200c31781633bc914c2 /common
parent755565a16ed914af4ab59529e385c29fec077e74 (diff)
downloadgdm-1c78f2dfccea17fe377349cbc74326e01347283e.tar.gz
get rid of references to slaves
I really don't want $ git grep slave to return hits.
Diffstat (limited to 'common')
-rw-r--r--common/gdm-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/gdm-common.c b/common/gdm-common.c
index a96b30f2..31fc810a 100644
--- a/common/gdm-common.c
+++ b/common/gdm-common.c
@@ -543,7 +543,7 @@ listify_hash (const char *key,
{
char *str;
str = g_strdup_printf ("%s=%s", key, value);
- g_debug ("GdmSlave: script environment: %s", str);
+ g_debug ("Gdm: script environment: %s", str);
g_ptr_array_add (env, str);
}