Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3861b21 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix up error message in installd::prepare_app_cache_dir"

parents 4dea038d 347ac5df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1068,7 +1068,7 @@ int prepare_app_cache_dir(const std::string& parent, const char* name, mode_t ta
    } else {
        // Mismatched GID/mode is recoverable; fall through to update
        LOG(DEBUG) << "Mismatched cache GID/mode at " << path << ": found " << st.st_gid
                << " but expected " << gid;
                << "/" << actual_mode << " but expected " << gid << "/" << target_mode;
    }

    // Directory is owned correctly, but GID or mode mismatch means it's