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

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

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

am: d8df2b41

Change-Id: I4362d5519683d82554cc62947b1b50c5c9d9fddb
parents d808eac5 d8df2b41
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__