diff --git a/bench/g2log-bench-mt.cpp b/bench/g2log-bench-mt.cpp index d8098ad0..60660ecf 100644 --- a/bench/g2log-bench-mt.cpp +++ b/bench/g2log-bench-mt.cpp @@ -32,7 +32,7 @@ int main(int argc, char* argv[]) { int counter = ++msg_counter; if (counter > howmany) break; - LOG(INFO) << "glog message #" << counter << ": This is some text for your pleasure"; + LOG(INFO) << "g2log message #" << counter << ": This is some text for your pleasure"; } })); }