Update g2log-bench-mt.cpp

pull/15/head
Gabi Melman 11 years ago
parent dcf1d91d39
commit 382562f88d

@ -32,7 +32,7 @@ int main(int argc, char* argv[])
{ {
int counter = ++msg_counter; int counter = ++msg_counter;
if (counter > howmany) break; 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";
} }
})); }));
} }

Loading…
Cancel
Save