projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a4315f
)
subproc: PLOG -> LOG
author
Robert Swiecki
<robert@swiecki.net>
Fri, 4 Jan 2019 00:41:26 +0000
(
01:41
+0100)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 4 Jan 2019 00:41:26 +0000
(
01:41
+0100)
subproc.cc
patch
|
blob
|
history
diff --git
a/subproc.cc
b/subproc.cc
index 05c1ee4887cb1300900a6d02036970d1e89b108b..dc0538394625f47844415f62c79fee47941b97ed 100644
(file)
--- a/
subproc.cc
+++ b/
subproc.cc
@@
-354,9
+354,9
@@
int reapProc(nsjconf_t* nsjconf) {
* they're namespaced, and in a stopped state
*/
kill(pid, SIGCONT);
-
P
LOG_D("Sent SIGCONT to PID: %d", pid);
+ LOG_D("Sent SIGCONT to PID: %d", pid);
kill(pid, SIGKILL);
-
P
LOG_D("Sent SIGKILL to PID: %d", pid);
+ LOG_D("Sent SIGKILL to PID: %d", pid);
}
}
return rv;