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

Commit 91793197 authored by Eric Biggers's avatar Eric Biggers Committed by android-build-merger
Browse files

Merge "init/fscrypt_init_extensions: remove redundant log message" am: 7b968315 am: 48878fc9

am: 9b9433db

Change-Id: I500a36c611cdd93685fb8fd7f733afc4176c3bd2
parents 2216e179 9b9433db
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -175,7 +175,6 @@ static int set_system_de_policy_on(const std::string& dir) {
        return -1;
    }

    LOG(INFO) << "Setting policy on " << dir;
    int result =
            fscrypt_policy_ensure(dir.c_str(), policy.c_str(), policy.length(), modes[0].c_str(),
                                  modes.size() >= 2 ? modes[1].c_str() : "aes-256-cts");