mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Move DebugLogger to zeek namespaces
This commit is contained in:
parent
a2a435360a
commit
886fc102b8
40 changed files with 358 additions and 317 deletions
|
@ -4154,7 +4154,7 @@ ValPtr CallExpr::Eval(Frame* f) const
|
|||
{
|
||||
if ( Val* v = trigger->Lookup(this) )
|
||||
{
|
||||
DBG_LOG(DBG_NOTIFIERS,
|
||||
DBG_LOG(zeek::DBG_NOTIFIERS,
|
||||
"%s: provides cached function result",
|
||||
trigger->Name());
|
||||
return {zeek::NewRef{}, v};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue