mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix ordering of debug logger strings to match the enum
This commit is contained in:
parent
08ceea8de1
commit
94ec639bfb
1 changed files with 2 additions and 2 deletions
|
@ -19,13 +19,13 @@ DebugLogger::Stream DebugLogger::streams[NUM_DBGS] = {
|
|||
{ "string", 0, false },
|
||||
{ "notifiers", 0, false },
|
||||
{ "main-loop", 0, false },
|
||||
{ "packet_analysis", 0, false },
|
||||
{ "dpd", 0, false },
|
||||
{ "packet_analysis", 0, false },
|
||||
{ "file_analysis", 0, false },
|
||||
{ "tm", 0, false },
|
||||
{ "logging", 0, false },
|
||||
{ "input", 0, false },
|
||||
{ "threading", 0, false },
|
||||
{ "file_analysis", 0, false },
|
||||
{ "plugins", 0, false },
|
||||
{ "zeekygen", 0, false },
|
||||
{ "pktio", 0, false },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue