brewco/keyboard.c

changeset 438
7d1ec160d751
parent 435
4b1ed6897d80
child 441
bde74a8f2ad7
--- a/brewco/keyboard.c	Fri Nov 27 22:00:23 2015 +0100
+++ b/brewco/keyboard.c	Fri Nov 27 22:56:00 2015 +0100
@@ -115,6 +115,8 @@
 #endif
 
     syslog(LOG_NOTICE, "Thread my_panel_loop started");
+    if (debug)
+	fprintf(stdout, "Thread my_panel_loop started\n");
 
     /*
      * Loop forever until the external shutdown variable is set.
@@ -237,6 +239,8 @@
     }
 
     syslog(LOG_NOTICE, "Thread my_panel_loop stopped");
+    if (debug)
+	fprintf(stdout, "Thread my_panel_loop stopped\n");
     return 0;
 }
 

mercurial