From 53a32347034af180c8b767607eedd346134ab4cc Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Thu, 26 Aug 2010 20:07:53 +0200 Subject: s4:ntlm/auth.c - add a whitespace in a debug output --- source4/auth/ntlm/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/auth/ntlm/auth.c b/source4/auth/ntlm/auth.c index 17fbfca2aa..a977aa4c41 100644 --- a/source4/auth/ntlm/auth.c +++ b/source4/auth/ntlm/auth.c @@ -378,7 +378,7 @@ _PUBLIC_ NTSTATUS auth_check_password_recv(struct tevent_req *req, if (tevent_req_is_nterror(req, &status)) { DEBUG(2,("auth_check_password_recv: " - "%s authentication for user [%s\\%s]" + "%s authentication for user [%s\\%s] " "FAILED with error %s\n", (state->method ? state->method->ops->name : "NO_METHOD"), state->user_info->mapped.domain_name, -- cgit