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:
57f9a0f
)
mount: log
author
Robert Swiecki
<robert@swiecki.net>
Fri, 10 Feb 2017 01:25:50 +0000
(
02:25
+0100)
committer
Robert Swiecki
<robert@swiecki.net>
Fri, 10 Feb 2017 01:25:50 +0000
(
02:25
+0100)
mount.c
patch
|
blob
|
history
diff --git
a/mount.c
b/mount.c
index 1442a460f6e535651e2b701093f22468a13061cd..9356e42999cfbee9bfcbc0370fe0ff6ad84b3e76 100644
(file)
--- a/
mount.c
+++ b/
mount.c
@@
-173,7
+173,7
@@
static bool mountInitNsInternal(struct nsjconf_t *nsjconf)
const char *const destdir = "/tmp";
if (mount(NULL, destdir, "tmpfs", 0, NULL) == -1) {
- PLOG_E("mount('%s', 'tmpfs'", destdir);
+ PLOG_E("mount('%s', 'tmpfs'
)
", destdir);
return false;
}
char oldrootdir[PATH_MAX];