subproc: PLOG -> LOG
authorRobert Swiecki <robert@swiecki.net>
Fri, 4 Jan 2019 00:41:26 +0000 (01:41 +0100)
committerRobert Swiecki <robert@swiecki.net>
Fri, 4 Jan 2019 00:41:26 +0000 (01:41 +0100)
subproc.cc

index 05c1ee4887cb1300900a6d02036970d1e89b108b..dc0538394625f47844415f62c79fee47941b97ed 100644 (file)
@@ -354,9 +354,9 @@ int reapProc(nsjconf_t* nsjconf) {
                         * they're namespaced, and in a stopped state
                         */
                        kill(pid, SIGCONT);
-                       PLOG_D("Sent SIGCONT to PID: %d", pid);
+                       LOG_D("Sent SIGCONT to PID: %d", pid);
                        kill(pid, SIGKILL);
-                       PLOG_D("Sent SIGKILL to PID: %d", pid);
+                       LOG_D("Sent SIGKILL to PID: %d", pid);
                }
        }
        return rv;