mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Settle on analyzer.log for the dpd.log replacement
This commit renames analyzer-failed.log to analyzer.log, and updates the respective news entry.
This commit is contained in:
parent
130c89a0a7
commit
42ba2fcca0
73 changed files with 88 additions and 88 deletions
|
@ -23,7 +23,7 @@ if [ "$filename" == "analyzer_debug.log" ]; then
|
|||
addl="$(dirname $0)/diff-remove-abspath"
|
||||
fi
|
||||
|
||||
if [ "$filename" == "analyzer_failed.log" ]; then
|
||||
if [ "$filename" == "analyzer.log" ]; then
|
||||
addl="$(dirname $0)/diff-remove-abspath"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue