thermferm/thermferm.c

changeset 174
244de612c572
parent 167
56b008563db8
child 175
b73490398368
--- a/thermferm/thermferm.c	Fri Aug 01 22:53:58 2014 +0200
+++ b/thermferm/thermferm.c	Sat Aug 02 22:33:15 2014 +0200
@@ -385,8 +385,10 @@
 		if (minutes == 60)
 		    minutes = 0;
 
-		if ((minutes == 15) || (minutes == 45))
+		if ((minutes == 15) || (minutes == 45)) {
+		    syslog(LOG_NOTICE, "minutes %d seconds %d", minutes, seconds);
 		    wrconfig();
+		}
 	    }
 	}
 	usleep(100000);

mercurial