r3911: typo.
authorGünther Deschner <gd@samba.org>
Mon, 22 Nov 2004 14:34:45 +0000 (14:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:24 +0000 (10:53 -0500)
Guenther
(This used to be commit 52dea588fd0b40a32c56b5634315b149fc088907)

source3/nsswitch/pam_winbind.c

index 9d4f0954ceb81b45749dd2ce22a1f1a95441b91b..bfd8dd45ee5efc077a0fa2516884e7dc6d5a08c1 100644 (file)
@@ -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;
        }