From: Andre Noll Date: Sun, 30 Apr 2023 14:05:13 +0000 (+0200) Subject: server: Improve "loading pubkey" log message. X-Git-Tag: v0.7.3~9^2~5 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=204d769c9ae3d1a55a36dc01afd3a5e6e9654029 server: Improve "loading pubkey" log message. Include the path to the key file in the output and make the message more visible by increasing its severity level. --- diff --git a/user_list.c b/user_list.c index f2436c9e..46770edf 100644 --- a/user_list.c +++ b/user_list.c @@ -91,7 +91,7 @@ void user_list_init(const char *user_list_file) continue; if (strcmp(w, "user")) continue; - PARA_DEBUG_LOG("found entry for user %s\n", n); + PARA_INFO_LOG("loading pubkey %s for user %s\n", k, n); ret = apc_get_pubkey(k, &pubkey); if (ret < 0) { PARA_NOTICE_LOG("skipping entry for user %s: %s\n", n,