Updated error message
authoraland <aland>
Tue, 28 Aug 2007 08:24:43 +0000 (08:24 +0000)
committeraland <aland>
Tue, 28 Aug 2007 08:24:43 +0000 (08:24 +0000)
src/main/realms.c

index fedaaa7..2d8e5de 100644 (file)
@@ -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;
                }