From 382562f88d79471c313aa229df3e3273a924752f Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 24 Nov 2014 02:59:32 +0200 Subject: [PATCH] Update g2log-bench-mt.cpp --- bench/g2log-bench-mt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } })); }