Skip to content

Commit

Permalink
pop3c: Improve authentication debug log messages a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Jan 19, 2016
1 parent aabc4ae commit 56b13d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib-storage/index/pop3c/pop3c-client.c
Expand Up @@ -281,10 +281,10 @@ static void pop3c_client_authenticate1(struct pop3c_client *client)

if (client->set.debug) {
if (set->master_user == NULL) {
i_debug("pop3c(%s): Authenticating as %s",
i_debug("pop3c(%s): Authenticating as '%s' (with USER+PASS)",
client->set.host, set->username);
} else {
i_debug("pop3c(%s): Authenticating as %s for user %s",
i_debug("pop3c(%s): Authenticating as master user '%s' for user '%s' (with SASL PLAIN)",
client->set.host, set->master_user,
set->username);
}
Expand Down

0 comments on commit 56b13d0

Please sign in to comment.