Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
clarify PSK log
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Nov 20, 2018
1 parent 23606ce commit f7d83fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth-plug.c
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ int mosquitto_auth_psk_key_get(void *userdata, const char *hint, const char *ide
} else if (rc == BACKEND_DENY) {
psk_found = FALSE;
} else {
_log(LOG_DEBUG, "psk_key_get(%s, %s) from [%s] finds PSK: %d",
_log(LOG_DEBUG, "psk_key_get(hint=%s, identity=%s) from [%s] finds PSK: %d",
hint, identity, database,
psk_key ? 1 : 0);

Expand Down

0 comments on commit f7d83fd

Please sign in to comment.