Skip to content

Commit

Permalink
Improve warning message when failing to resolve a dynamic server config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Linus Nordberg committed Sep 2, 2013
1 parent 9196c24 commit b331252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions radsecproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit b331252

Please sign in to comment.