From: Alan T. DeKok Date: Thu, 16 Aug 2018 16:52:05 +0000 (-0400) Subject: remove debug message X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a46e76f8ea55e2f45cbe03bd7078e80eff6762;p=thirdparty%2Ffreeradius-server.git remove debug message --- diff --git a/src/modules/proto_radius/proto_radius_udp.c b/src/modules/proto_radius/proto_radius_udp.c index 46f4537e803..22714a329b3 100644 --- a/src/modules/proto_radius/proto_radius_udp.c +++ b/src/modules/proto_radius/proto_radius_udp.c @@ -425,8 +425,6 @@ static int mod_fd_set(void *instance, int fd) inst->name = talloc_typed_asprintf(inst, "proto udp from client %s port %u to ipaddr %s port %u", src_buf, inst->connection->src_port, dst_buf, inst->port); - ERROR("UDP is %s", inst->name); - return 0; }