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:
f06084b
)
LOG->PLOG
author
Jagger
<robert@swiecki.net>
Sun, 15 May 2016 00:32:50 +0000
(
02:32
+0200)
committer
Jagger
<robert@swiecki.net>
Sun, 15 May 2016 00:32:50 +0000
(
02:32
+0200)
pid.c
patch
|
blob
|
history
diff --git
a/pid.c
b/pid.c
index f79aa553bdb939deed453ab94a19e8414529116e..a5236faadb620d8b5edb0ba150361fbec6b2a7e4 100644
(file)
--- a/
pid.c
+++ b/
pid.c
@@
-37,7
+37,7
@@
bool pidInitNs(struct nsjconf_t * nsjconf)
pid_t pid = syscall(__NR_clone, (uintptr_t) CLONE_FS, NULL, NULL, NULL, (uintptr_t) 0);
if (pid == -1) {
- LOG_E("Couldn't create a dummy init process");
+
P
LOG_E("Couldn't create a dummy init process");
return false;
}
if (pid > 0) {