mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +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
|
@ -250,7 +250,7 @@ void ComponentManager<T, C>::RegisterComponent(C* component,
|
|||
reporter->FatalError("Component '%s::%s' defined more than once",
|
||||
module.c_str(), cname.c_str());
|
||||
|
||||
DBG_LOG(DBG_PLUGINS, "Registering component %s (tag %s)",
|
||||
DBG_LOG(zeek::DBG_PLUGINS, "Registering component %s (tag %s)",
|
||||
component->Name().c_str(), component->Tag().AsString().c_str());
|
||||
|
||||
components_by_name.insert(std::make_pair(cname, component));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue