Added port numbers to log and result output files

This commit is contained in:
Thomas Patzke 2016-07-12 16:06:50 +02:00
parent a288954d36
commit be5004741c

View File

@ -7131,7 +7131,7 @@ parse_hn_port() {
prepare_logging() {
local fname_prefix="$1"
[[ -z "$fname_prefix" ]] && fname_prefix="$NODE"
[[ -z "$fname_prefix" ]] && fname_prefix="$NODE:$PORT"
if "$do_logging"; then
if [[ -z "$LOGFILE" ]]; then