From 1c78f2dfccea17fe377349cbc74326e01347283e Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 27 Oct 2015 15:56:04 -0400 Subject: get rid of references to slaves I really don't want $ git grep slave to return hits. --- common/gdm-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') 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); } -- cgit v1.2.1