Fix timestamp date when --logfile is a dir and other cases

This fixes #3121 , a bug which was introduced in ceb24740a3 because
`prepare_logging()` expected an argument to pass the time stamp.

This PR adds "${FNAME_DATE}" as it has been in 3.3dev when creating this backport.
This commit is contained in:
Dirk Wetter
2026-08-24 18:00:24 +02:00
parent 166d739bc3
commit 35de137b06
+1 -1
View File
@@ -25138,7 +25138,7 @@ lets_roll() {
fi fi
[[ -z "$NODE" ]] && parse_hn_port "${URI}" # NODE, URL_PATH, PORT, IPADDRs and IP46ADDR is set now [[ -z "$NODE" ]] && parse_hn_port "${URI}" # NODE, URL_PATH, PORT, IPADDRs and IP46ADDR is set now
prepare_logging prepare_logging "${FNAME_DATE}"
if [[ -n "$PROXY" ]] && $DNS_VIA_PROXY; then if [[ -n "$PROXY" ]] && $DNS_VIA_PROXY; then
NODEIP="$NODE" NODEIP="$NODE"