mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Move Reporter to zeek namespace
This commit is contained in:
parent
7cedd94ee7
commit
bfab224d7c
132 changed files with 1010 additions and 987 deletions
|
@ -142,7 +142,7 @@ void BasicThread::Join()
|
|||
}
|
||||
catch ( const std::system_error& e )
|
||||
{
|
||||
reporter->FatalError("Failure joining thread %s with error %s", name, e.what());
|
||||
zeek::reporter->FatalError("Failure joining thread %s with error %s", name, e.what());
|
||||
}
|
||||
|
||||
DBG_LOG(DBG_THREADING, "Joined with thread %s", name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue