# HG changeset patch # User Michiel Broek # Date 1557424226 -7200 # Node ID 93667d842c9b09483ec2d6a69e1b368c1234ae16 # Parent e3d3cde328470bf937e01bd4b75cf219d09fb4f2 Less debug messages on stdout diff -r e3d3cde32847 -r 93667d842c9b thermferm/thermferm.c --- 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) {