From: Sergiu Deitsch Date: Tue, 2 Jan 2018 01:18:00 +0000 (+0100) Subject: logging_unittest: fixed undeclared identifier error (fixes #267) X-Git-Tag: accepted/tizen/5.0/unified/20181102.024921~17^2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fglog.git;a=commitdiff_plain;h=85d49f7a476355bbb3456d8984d9846906fbb1a7 logging_unittest: fixed undeclared identifier error (fixes #267) --- 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";