summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/logging_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logging_unittest.cc b/src/logging_unittest.cc
index b8a9a87..aec8ef4 100644
--- a/src/logging_unittest.cc
+++ b/src/logging_unittest.cc
@@ -273,7 +273,7 @@ void TestLogging(bool check_counts) {
<< setw(1) << hex << j;
{
- google::LogMessage outer(__FILE__, __LINE__, google::ERROR);
+ google::LogMessage outer(__FILE__, __LINE__, GLOG_ERROR);
outer.stream() << "outer";
LOG(ERROR) << "inner";