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:
Johanna Amann 2025-05-22 10:40:56 +01:00
parent 130c89a0a7
commit 42ba2fcca0
73 changed files with 88 additions and 88 deletions

View file

@ -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