aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.cpp b/install.cpp
index 507161c2..74d1a68b 100644
--- a/install.cpp
+++ b/install.cpp
@@ -653,7 +653,7 @@ int install_package(const std::string& path, bool* wipe_cache, const std::string
653 std::chrono::duration<double> duration = std::chrono::system_clock::now() - start; 653 std::chrono::duration<double> duration = std::chrono::system_clock::now() - start;
654 int time_total = static_cast<int>(duration.count()); 654 int time_total = static_cast<int>(duration.count());
655 655
656 bool has_cache = volume_for_path("/cache") != nullptr; 656 bool has_cache = volume_for_mount_point("/cache") != nullptr;
657 // Skip logging the uncrypt_status on devices without /cache. 657 // Skip logging the uncrypt_status on devices without /cache.
658 if (has_cache) { 658 if (has_cache) {
659 static constexpr const char* UNCRYPT_STATUS = "/cache/recovery/uncrypt_status"; 659 static constexpr const char* UNCRYPT_STATUS = "/cache/recovery/uncrypt_status";