# HG changeset patch # User Michiel Broek # Date 1433260205 -7200 # Node ID 71f9c1288f3e9100a772e2a7c1a19291c0e16a14 # Parent ac27038f4c70521ba0fa9fcd700e8b673b1cd8f7 Removed debug log message diff -r ac27038f4c70 -r 71f9c1288f3e thermferm/server.c --- a/thermferm/server.c Tue Jun 02 17:13:13 2015 +0200 +++ b/thermferm/server.c Tue Jun 02 17:50:05 2015 +0200 @@ -135,7 +135,6 @@ syslog(LOG_NOTICE, "recvfrom(): %s", strerror(errno)); return -1; /* error */ } else if (ret == 0) { - syslog(LOG_NOTICE, "recvfrom(): no-data"); return -1; /* no data */ }