]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix formatting in dhcpv6 (#5053)
authorJorge Pereira <jpereira@users.noreply.github.com>
Tue, 13 Jun 2023 17:33:34 +0000 (14:33 -0300)
committerGitHub <noreply@github.com>
Tue, 13 Jun 2023 17:33:34 +0000 (13:33 -0400)
src/listen/dhcpv6/proto_dhcpv6_udp.c

index 8889561b579be43623c3a5d18fc8e9039678f4a6..2c79214fa7158abf476fcba0fd1408168f86f7d1 100644 (file)
@@ -543,7 +543,7 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx)
 
                        if (fr_interface_to_ipaddr(inst->interface, &inst->src_ipaddr, AF_INET6, true) < 0) {
                                cf_log_err(conf, "No 'src_ipaddr' specified, and we cannot determine "
-                                          "one for 'ipaddr = %pV and interface '%s'",
+                                          "one for 'ipaddr = %pV' and interface '%s'",
                                           fr_box_ipaddr(inst->ipaddr), inst->interface);
                                return -1;
                        }