mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
parent
c8dfdb4492
commit
5e5e29f345
4 changed files with 60 additions and 5 deletions
|
@ -72,7 +72,7 @@ void DebugLogger::EnableStreams(const char* s)
|
|||
if ( strcasecmp("verbose", tok) == 0 )
|
||||
verbose = true;
|
||||
else
|
||||
reporter->InternalError("unknown debug stream %s\n", tok);
|
||||
reporter->FatalError("unknown debug stream %s\n", tok);
|
||||
}
|
||||
|
||||
tok = strtok(0, ",");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue