mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23:58:20 +00:00
Bugfixes
This commit is contained in:
parent
29fc56105d
commit
ffb4094d36
9 changed files with 35 additions and 40 deletions
|
@ -214,13 +214,7 @@ BasicOutputMessage* MsgThread::RetrieveOut()
|
|||
BasicOutputMessage* msg = queue_out.Get();
|
||||
assert(msg);
|
||||
|
||||
#ifdef DEBUG
|
||||
if ( msg->Name() != "DebugMessage" ) // Avoid recursion.
|
||||
{
|
||||
string s = Fmt("Retrieved '%s' from %s", msg->Name().c_str(), Name().c_str());
|
||||
Debug(DBG_THREADING, s.c_str());
|
||||
}
|
||||
#endif
|
||||
DBG_LOG(DBG_THREADING, "Retrieved '%s' from %s", msg->Name().c_str(), Name().c_str());
|
||||
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue