mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
make logging with threads compile on mac os and fix a couple of string literal warnings.
This commit is contained in:
parent
e4e770d475
commit
6cc29a7832
3 changed files with 11 additions and 13 deletions
|
@ -90,7 +90,7 @@ void Manager::Process()
|
|||
else
|
||||
{
|
||||
string s = msg->Name() + " failed, terminating thread";
|
||||
reporter->Error(s.c_str());
|
||||
reporter->Error("%s", s.c_str());
|
||||
t->Stop();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue