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

Commit 69e2073e authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Convert missed ERROR() to LOG(ERROR).

am: 41d0b6d3

Change-Id: I4afd29b598d9822f9c0b17e0344964bad8245b57
parents ac62fa1a 41d0b6d3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -349,7 +349,7 @@ static int set_mmap_rnd_bits_action(const std::vector<std::string>& args)
    // TODO: add mips support b/27788820
    ret = 0;
#else
    ERROR("Unknown architecture\n");
    LOG(ERROR) << "Unknown architecture";
#endif

#ifdef __BRILLO__