From: Timo Sirainen Date: Thu, 2 Dec 2010 17:38:08 +0000 (+0000) Subject: lib-master: Added extra debug info for a "user not found" error message. X-Git-Tag: 2.0.8~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93f4e5baf69368609ab4071e8a868775a19a38ed;p=thirdparty%2Fdovecot%2Fcore.git lib-master: Added extra debug info for a "user not found" error message. --- diff --git a/src/lib-master/master-login-auth.c b/src/lib-master/master-login-auth.c index 373a17d818..c1c1f5ba12 100644 --- a/src/lib-master/master-login-auth.c +++ b/src/lib-master/master-login-auth.c @@ -246,7 +246,7 @@ master_login_auth_input_notfound(struct master_login_auth *auth, request = master_login_auth_lookup_request(auth, id); if (request != NULL) { - i_error("Authenticated user not found from userdb"); + i_error("Authenticated user not found from userdb (id=%u)", id); request->callback(NULL, MASTER_AUTH_ERRMSG_INTERNAL_FAILURE, request->context); i_free(request);