Convert missed ERROR() to LOG(ERROR).
commit:f86b5a6b90converted init to libbase logging, but the internal resolution, commit:4dc40842bamissed one. Convert it. Test: builds. Change-Id: Ic190bd8ce232de0acadd980a349de95fa8aed8ad
This commit is contained in:
parent
99dae54874
commit
41d0b6d3ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue