Move DebugLogger to zeek namespaces

This commit is contained in:
Tim Wojtulewicz 2020-07-21 14:16:42 -07:00
parent a2a435360a
commit 886fc102b8
40 changed files with 358 additions and 317 deletions

View file

@ -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};