Removed debug log message

Tue, 02 Jun 2015 17:50:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Jun 2015 17:50:05 +0200
changeset 369
71f9c1288f3e
parent 368
ac27038f4c70
child 370
843dc511c877

Removed debug log message

thermferm/server.c file | annotate | diff | comparison | revisions
--- 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 */
 	}
 

mercurial