Skip to content

Commit

Permalink
pid: more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Oct 22, 2023
1 parent e67e8dc commit 61250ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pid.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 61250ea

Please sign in to comment.