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

Commit 248b9ae4 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

am: 4fe37b29

Change-Id: I2e34b98066fbef3cf28fdb9523c4bf4a9feec7bc
parents ca7bfd3c 4fe37b29
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__