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:
1619efd
)
cmdline: more bried debug output
author
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Jan 2019 17:43:42 +0000
(18:43 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Sun, 20 Jan 2019 17:43:42 +0000
(18:43 +0100)
cmdline.cc
patch
|
blob
|
history
diff --git
a/cmdline.cc
b/cmdline.cc
index 4347e9a4a72abf8da76ac9c5d8b111243111d05e..46ddb2c25adc1672d1aa1df68b3d2933e7ba4ff1 100644
(file)
--- a/
cmdline.cc
+++ b/
cmdline.cc
@@
-237,8
+237,8
@@
void logParams(nsjconf_t* nsjconf) {
nsjconf->max_cpus);
for (const auto& p : nsjconf->mountpts) {
- LOG_I(
"%s: %s", p.is_symlink ? "Symlink" : "Mount point",
- mnt::describeMountPt(p).c_str());
+ LOG_I(
+
"%s: %s", p.is_symlink ? "Symlink" : "Mount",
mnt::describeMountPt(p).c_str());
}
for (const auto& uid : nsjconf->uids) {
LOG_I("Uid map: inside_uid:%lu outside_uid:%lu count:%zu newuidmap:%s",