# HG changeset patch # User Michiel Broek # Date 1493480820 -7200 # Node ID 727fe541a48d21f0b54a467f79c6105bc3e86ebd # Parent 862de87f9f89d61bfff36360ab7273f15f21d339 Small fix diff -r 862de87f9f89 -r 727fe541a48d thermferm/thermferm.c --- a/thermferm/thermferm.c Sat Apr 29 17:07:36 2017 +0200 +++ b/thermferm/thermferm.c Sat Apr 29 17:47:00 2017 +0200 @@ -1994,6 +1994,7 @@ syslog(LOG_NOTICE, "Unit `%s' stopped in mode %s", unit->name, UNITMODE[unit->mode]); } + usleep(100000); mqtt_disconnect(); syslog(LOG_NOTICE, "Out of loop");