Merge remote-tracking branch 'origin/topic/etyp/fix-reenable-analyzer-log'

* origin/topic/etyp/fix-reenable-analyzer-log:
  Fix Spicy re-enable builtin analyzer debug message
This commit is contained in:
Evan Typanski 2025-06-04 08:39:54 -04:00
commit 14fa756d31
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
8.0.0-dev.346 | 2025-06-04 08:39:54 -0400
* Fix Spicy re-enable builtin analyzer debug message (Evan Typanski, Corelight)
8.0.0-dev.341 | 2025-06-03 11:54:04 -0700
* Redis: Add support for sending AUTH commands during connection (Tim Wojtulewicz, Corelight)

View file

@ -1 +1 @@
8.0.0-dev.341
8.0.0-dev.346

View file

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