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:
ac2928d
)
make indent
author
Robert Swiecki
<robert@swiecki.net>
Sat, 1 Jul 2017 20:23:11 +0000
(22:23 +0200)
committer
Robert Swiecki
<robert@swiecki.net>
Sat, 1 Jul 2017 20:23:11 +0000
(22:23 +0200)
cmdline.c
patch
|
blob
|
history
diff --git
a/cmdline.c
b/cmdline.c
index
cd7e5ff
..
98e477c
100644
(file)
--- a/
cmdline.c
+++ b/
cmdline.c
@@
-226,7
+226,8
@@
void cmdlineLogParams(struct nsjconf_t *nsjconf)
{
struct mounts_t *p;
TAILQ_FOREACH(p, &nsjconf->mountpts, pointers) {
- LOG_I("%s: %s", p->isSymlink ? "Symlink" : "Mount point", mountDescribeMountPt(p));
+ LOG_I("%s: %s", p->isSymlink ? "Symlink" : "Mount point",
+ mountDescribeMountPt(p));
}
}
{