X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=user_list.c;h=46770edf701e983d424e8869e7c9ccd4730c3cf9;hb=a6b064380db178d4c25afcc3bbaab0a5ec751732;hp=f2436c9e5bf7a835db2553c4c54db112d628b40d;hpb=a5a6446fd1af4a0ad03ef06a3c194d37d6a46acd;p=paraslash.git 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,