]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix warning
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 15 Jun 2017 15:46:25 +0000 (11:46 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 15 Jun 2017 15:46:25 +0000 (11:46 -0400)
src/main/virtual_servers.c

index 519bbcec6f2ee4dd19b8ed768e9f4fc89446b4de..89f7164e50f49a35a074b1392e66849629d24149 100644 (file)
@@ -109,8 +109,7 @@ static int listen_parse(UNUSED TALLOC_CTX *ctx, void *out, CONF_ITEM *ci, UNUSED
 
                servercs = cf_item_to_section(cf_parent(ci));
 
-               cf_log_warn(ci, "Skipping old style server %s %s",
-                           cf_section_name1(servercs), cf_section_name2(servercs));
+               cf_log_warn(ci, "Skipping listener in old style server %s", cf_section_name2(servercs));
                return 0;       /* Old style server, skip */
        }