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

Commit 41d0b6d3 authored by dcashman's avatar dcashman
Browse files

Convert missed ERROR() to LOG(ERROR).

commit: f86b5a6b converted init to
libbase logging, but the internal resolution, commit:
4dc40842 missed one.  Convert it.

Test: builds.
Change-Id: Ic190bd8ce232de0acadd980a349de95fa8aed8ad
parent 99dae548
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line 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
    // TODO: add mips support b/27788820
    ret = 0;
    ret = 0;
#else
#else
    ERROR("Unknown architecture\n");
    LOG(ERROR) << "Unknown architecture";
#endif
#endif


#ifdef __BRILLO__
#ifdef __BRILLO__