From 1a60dec8986d416eebca6ea21baf1aae84a30f27 Mon Sep 17 00:00:00 2001 From: Davin McCall Date: Tue, 17 Nov 2015 21:24:16 +0000 Subject: [PATCH] Remove unintentionally committed debug statements --- dinit.cc | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.25.1