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

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

Convert missed ERROR() to LOG(ERROR). am: 41d0b6d3

am: 69e2073e

Change-Id: Ie52b183610eb7e0e4d6911a457936b82b46c91f5
parents a50622bf 69e2073e
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__