mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
Cleanups related to PDict -> std::map replacements
This commit is contained in:
parent
e6558d1f19
commit
87f85ecca1
18 changed files with 41 additions and 36 deletions
|
@ -92,7 +92,7 @@ void EventRegistry::SetErrorHandler(const string& name)
|
|||
return;
|
||||
}
|
||||
|
||||
reporter->InternalWarning(
|
||||
"unknown event handler '%s' in SetErrorHandler()", name.c_str());
|
||||
reporter->InternalWarning("unknown event handler '%s' in SetErrorHandler()",
|
||||
name.c_str());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue