mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
Update g2log-bench-mt.cpp
This commit is contained in:
@@ -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";
|
||||||
}
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user