Update g2log-bench-mt.cpp

This commit is contained in:
Gabi Melman 2014-11-24 02:59:32 +02:00
parent dcf1d91d39
commit 382562f88d
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}));
}