mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix Spicy re-enable builtin analyzer debug message
This commit is contained in:
parent
f96ce6727f
commit
23b244367b
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ bool Manager::toggleProtocolAnalyzer(const Tag& tag, bool enable) {
|
|||
analyzer_mgr->DisableAnalyzer(tag);
|
||||
|
||||
if ( analyzer.replaces ) {
|
||||
SPICY_DEBUG(hilti::rt::fmt("Re-enabling standard protocol analyzer %s", analyzer.name_analyzer));
|
||||
SPICY_DEBUG(hilti::rt::fmt("Re-enabling standard protocol analyzer %s", analyzer.name_replaces));
|
||||
analyzer_mgr->EnableAnalyzer(analyzer.replaces);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue