summaryrefslogtreecommitdiff
path: root/daemon/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/auth.c')
-rw-r--r--daemon/auth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/auth.c b/daemon/auth.c
index a2a17c2c..acf4eb7d 100644
--- a/daemon/auth.c
+++ b/daemon/auth.c
@@ -467,7 +467,8 @@ gdm_auth_user_add (GdmDisplay *d, uid_t user, const char *homedir)
while (auths) {
if ( ! XauWriteAuth (af, auths->data)) {
- gdm_error (_("%s: Could not write cookie"));
+ gdm_error (_("%s: Could not write cookie"),
+ "gdm_auth_user_add");
ret = FALSE;
break;
}