]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove debug message
authorAlan T. DeKok <aland@freeradius.org>
Thu, 16 Aug 2018 16:52:05 +0000 (12:52 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 16 Aug 2018 16:52:05 +0000 (12:52 -0400)
src/modules/proto_radius/proto_radius_udp.c

index 46f4537e803b6b3a48a7e9f938c98d7781a69ca1..22714a329b39c151423d6062cda5fe9ae0d820af 100644 (file)
@@ -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;
 }