Commit 85d49f7a authored by Sergiu Deitsch's avatar Sergiu Deitsch

logging_unittest: fixed undeclared identifier error (fixes #267)

parent d0531421
......@@ -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";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment