Remove unintentionally committed debug statements
authorDavin McCall <davmac@davmac.org>
Tue, 17 Nov 2015 21:24:16 +0000 (21:24 +0000)
committerDavin McCall <davmac@davmac.org>
Tue, 17 Nov 2015 21:24:16 +0000 (21:24 +0000)
dinit.cc

index ec4c6821e997295c9003094e7959d58d6ac843d1..31a6fe4e9a5e4d355855fef1873467a9aefacc05 100644 (file)
--- 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