diff --git a/radsecproxy.c b/radsecproxy.c index d5313952f674e0d920108066f5687119a34ec25a..a3a4999a9f3e372eaf216fa215ad555067971d42 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -1797,8 +1797,8 @@ void *clientwr(void *arg) { #if defined ENABLE_EXPERIMENTAL_DYNDISC pthread_mutex_unlock(&server->lock); #endif - debug(DBG_WARN, "%s: dynamicconfig(%s) failed, sleeping %ds", - __func__, server->conf->name, ZZZ); + debug(DBG_WARN, "%s: dynamicconfig(%s: %s) failed, sleeping %ds", + __func__, server->conf->name, server->dynamiclookuparg, ZZZ); sleep(ZZZ); goto errexit; }