From: Alan T. DeKok Date: Wed, 28 Sep 2011 11:15:31 +0000 (+0200) Subject: Updated debug message X-Git-Tag: release_3_0_0_beta0~620 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd831d1a8b1c69588346a68639d0b7aff7fa8563;p=thirdparty%2Ffreeradius-server.git Updated debug message --- diff --git a/src/main/realms.c b/src/main/realms.c index a5e103249a1..a4b3a7fd653 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -2267,6 +2267,8 @@ home_server *home_server_ldb(const char *realmname, if (!found && pool->fallback) { found = pool->fallback; + DEBUG("WARNING: Home server pool %s failing over to fallback %s", + pool->name, found->server); if (pool->in_fallback) goto update_and_return; pool->in_fallback = TRUE;