pid: more logging

This commit is contained in:
Robert Swiecki 2023-10-22 22:39:30 +02:00
parent e67e8dc2f1
commit 61250ea20b

1
pid.cc
View File

@ -54,6 +54,7 @@ bool initNs(nsjconf_t* nsjconf) {
return false;
}
if (pid > 0) {
LOG_D("Created a dummy 'init' process with PID=%d", pid);
return true;
}