From: aland Date: Tue, 28 Aug 2007 08:24:43 +0000 (+0000) Subject: Updated error message X-Git-Tag: release_2_0_0_pre2~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=0e4b63d218879c83d9dfa661a92d7b31aa215187;p=freeradius.git Updated error message --- diff --git a/src/main/realms.c b/src/main/realms.c index fedaaa7..2d8e5de 100644 --- a/src/main/realms.c +++ b/src/main/realms.c @@ -770,7 +770,7 @@ static int old_server_add(CONF_SECTION *cs, const char *realm, home->revive_interval = mainconfig.proxy_dead_time; if (rbtree_finddata(home_servers_byaddr, home)) { - cf_log_err(cf_sectiontoitem(cs), "Home server %s has the same IP address as another home server.", name); + cf_log_err(cf_sectiontoitem(cs), "Home server %s has the same IP address and/or port as another home server.", name); free(home); return 0; }