]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Moar format specifiers
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Aug 2017 21:23:28 +0000 (17:23 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 3 Aug 2017 21:23:28 +0000 (17:23 -0400)
src/modules/rlm_radius/rlm_radius_udp.c

index 72035b7a38023d8e49c9c1cbd4d774f76f8f769a..04b660a45ff62d15457dfcab13755b578c5ffeda 100644 (file)
@@ -628,7 +628,7 @@ static void conn_close(int fd, void *uctx)
        }
 
        if (close(fd) < 0) {
-               DEBUG3("%s failed closing connection: %s",
+               DEBUG3("%s failed closing connection %s: %s",
                       c->inst->parent->name, c->name, fr_syserror(errno));
        }