From f7d83fdc949a7f43b5df968eecd9e5837599619c Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 20 Nov 2018 18:54:08 +0100 Subject: [PATCH] clarify PSK log --- auth-plug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-plug.c b/auth-plug.c index ec0a0ede..3456ba0f 100644 --- a/auth-plug.c +++ b/auth-plug.c @@ -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);