From 0e4b63d218879c83d9dfa661a92d7b31aa215187 Mon Sep 17 00:00:00 2001 From: aland Date: Tue, 28 Aug 2007 08:24:43 +0000 Subject: [PATCH] Updated error message --- src/main/realms.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.1.4