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

Commit 7b968315 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "init/fscrypt_init_extensions: remove redundant log message"

parents 0b18c673 7a5f6c59
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");