mirror of
https://github.com/google/nsjail.git
synced 2026-08-30 18:41:30 -07:00
mnt: remove unnecessary quote in a debug message
This commit is contained in:
2
mnt.cc
2
mnt.cc
@@ -129,7 +129,7 @@ static bool isDir(const char* path) {
|
||||
}
|
||||
|
||||
static bool mountPt(mount_t* mpt, const char* newroot, const char* tmpdir) {
|
||||
LOG_D("Mounting '%s'", describeMountPt(*mpt).c_str());
|
||||
LOG_D("Mounting %s", describeMountPt(*mpt).c_str());
|
||||
|
||||
char dstpath[PATH_MAX];
|
||||
snprintf(dstpath, sizeof(dstpath), "%s/%s", newroot, mpt->dst.c_str());
|
||||
|
||||
Reference in New Issue
Block a user