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:
e4aba73
)
cmdlink: use different name while printing symlinks/mount points
author
Robert Swiecki
<robert@swiecki.net>
Wed, 28 Jun 2017 22:38:20 +0000
(
00:38
+0200)
committer
Robert Swiecki
<robert@swiecki.net>
Wed, 28 Jun 2017 22:38:20 +0000
(
00:38
+0200)
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index 7d297bd7ed8c483f8315b468ef865f0f63856b8b..cd7e5ff03adbcd6b41646b8b9dbdc6b264db6ff9 100644
(file)
--- a/
cmdline.c
+++ b/
cmdline.c
@@
-226,7
+226,7
@@
void cmdlineLogParams(struct nsjconf_t *nsjconf)
{
struct mounts_t *p;
TAILQ_FOREACH(p, &nsjconf->mountpts, pointers) {
- LOG_I("
Mount point: %s
", mountDescribeMountPt(p));
+ LOG_I("
%s: %s", p->isSymlink ? "Symlink" : "Mount point
", mountDescribeMountPt(p));
}
}
{