thermferm/thermferm.c

changeset 597
93667d842c9b
parent 596
e3d3cde32847
child 605
e00f8ff4de9a
--- a/thermferm/thermferm.c	Thu May 09 19:42:33 2019 +0200
+++ b/thermferm/thermferm.c	Thu May 09 19:50:26 2019 +0200
@@ -999,6 +999,8 @@
 
     killconfig();
     syslog(LOG_NOTICE, "Finished, rc=%d", rc);
+    if (debug)
+        fprintf(stdout, "Finished, rc=%d\n", rc);
     return rc;
 }
 
@@ -1119,9 +1121,7 @@
 	    syslog(LOG_NOTICE, "Starting unit `%s' in off state", unit->alias);
 	}
     }
-    printf("Units started\n");
     publishDBirthAll();
-    printf("Birth all done\n");
 
     for (unit = Config.units; unit; unit = unit->next) {
 	if (unit->mode != UNITMODE_OFF) {

mercurial