LOG->PLOG
authorJagger <robert@swiecki.net>
Sun, 15 May 2016 00:32:50 +0000 (02:32 +0200)
committerJagger <robert@swiecki.net>
Sun, 15 May 2016 00:32:50 +0000 (02:32 +0200)
pid.c

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");
+               PLOG_E("Couldn't create a dummy init process");
                return false;
        }
        if (pid > 0) {