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:
e2c5c59
)
mnt: shorter description of mount points
author
Robert Swiecki
<robert@swiecki.net>
Sat, 31 Aug 2019 20:08:02 +0000
(22:08 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sat, 31 Aug 2019 20:08:02 +0000
(22:08 +0200)
mnt.cc
patch
|
blob
|
history
diff --git
a/mnt.cc
b/mnt.cc
index 47db86dfa6f3e88bc8730d92908cfb4162481d11..dc97ff5993ca729a32decb0d427b96ae9ad7b56c 100644
(file)
--- a/
mnt.cc
+++ b/
mnt.cc
@@
-572,9
+572,9
@@
const std::string describeMountPt(const mount_t& mpt) {
.append("'");
if (mpt.is_dir) {
- descr.append("
is_
dir:true");
+ descr.append(" dir:true");
} else {
- descr.append("
is_
dir:false");
+ descr.append(" dir:false");
}
if (!mpt.is_mandatory) {
descr.append(" mandatory:false");