From 2c4257be8191c5eefde744e8965fcefc80a0a97d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 24 Oct 2014 14:20:06 -0700 Subject: Tidy logging code not using UNIMPLEMENTED. Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe --- compiler/common_compiler_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index 359d6af57d..7e19e15961 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -111,7 +111,7 @@ void CommonCompilerTest::MakeExecutable(const void* code_start, size_t code_leng #else // Only warn if not Intel as Intel doesn't have cache flush instructions. #if !defined(__i386__) && !defined(__x86_64__) - LOG(WARNING) << "UNIMPLEMENTED: cache flush"; + UNIMPLEMENTED(WARNING) << "cache flush"; #endif #endif } -- cgit v1.2.3-59-g8ed1b