From 52dea588fd0b40a32c56b5634315b149fc088907 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 22 Nov 2004 14:34:45 +0000 Subject: [PATCH] r3911: typo. Guenther --- source/nsswitch/pam_winbind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nsswitch/pam_winbind.c b/source/nsswitch/pam_winbind.c index 9d4f0954ceb..bfd8dd45ee5 100644 --- a/source/nsswitch/pam_winbind.c +++ b/source/nsswitch/pam_winbind.c @@ -189,7 +189,7 @@ static int pam_winbind_request_log(enum winbindd_cmd req_type, return retval; default: /* we don't know anything about this return value */ - _pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s'", + _pam_log(LOG_ERR, "internal module error (retval = %d, user = `%s')", retval, user); return retval; } -- 2.47.3