diff options
Diffstat (limited to 'init/selinux.cpp')
-rw-r--r-- | init/selinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/selinux.cpp b/init/selinux.cpp index 62c458674..2d3e06e52 100644 --- a/init/selinux.cpp +++ b/init/selinux.cpp @@ -658,7 +658,7 @@ void MountMissingSystemPartitions() { extra_fstab.emplace_back(std::move(entry)); } - SkipMountingPartitions(&extra_fstab); + SkipMountingPartitions(&extra_fstab, true /* verbose */); if (extra_fstab.empty()) { return; } |