Convert missed ERROR() to LOG(ERROR).

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

Test: builds.
Change-Id: Ic190bd8ce232de0acadd980a349de95fa8aed8ad
This commit is contained in:
dcashman 2016-12-14 08:37:11 -08:00
parent 99dae54874
commit 41d0b6d3ca

View file

@ -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__