diff -r 7259ee8778e9 -r 244de612c572 thermferm/thermferm.c --- 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);