From: Davin McCall Date: Tue, 17 Nov 2015 21:24:16 +0000 (+0000) Subject: Remove unintentionally committed debug statements X-Git-Tag: v0.01~125 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a60dec8986d416eebca6ea21baf1aae84a30f27;p=oweals%2Fdinit.git Remove unintentionally committed debug statements --- diff --git a/dinit.cc b/dinit.cc index ec4c682..31a6fe4 100644 --- a/dinit.cc +++ b/dinit.cc @@ -203,7 +203,6 @@ int main(int argc, char **argv) // Process events until all services have terminated. while (service_set->count_active_services() != 0) { ev_loop(loop, EVLOOP_ONESHOT); - log(LogLevel::ERROR, std::string("Got event, active service count now = ") + std::to_string(service_set->count_active_services())); // DAV } if (am_system_init) { @@ -220,8 +219,6 @@ int main(int argc, char **argv) cout << endl; } - log(LogLevel::ERROR, "No more services"); // DAV - if (am_system_init) { if (reboot) { // TODO log error from fork