thermferm/devices.c

changeset 239
793c09ece542
parent 235
885ad8d52126
child 240
6bdda35b4a13
--- a/thermferm/devices.c	Thu Aug 14 21:50:38 2014 +0200
+++ b/thermferm/devices.c	Thu Aug 14 22:02:33 2014 +0200
@@ -410,6 +410,9 @@
 
     syslog(LOG_NOTICE, "Thread my_devices_loop started");
 
+    rc = piHiPri(10);
+    syslog(LOG_NOTICE, "Thread my_devices_loop piHiPri(10) rc=%d", rc);
+
     /*
      * Loop forever until the external shutdown variable is set.
      */

mercurial