This commit is contained in:
J. Nick Koston 2023-12-12 10:46:26 -10:00
parent e7c0e669ca
commit 033ccc85ff
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ def build_log_name(
name = address.partition(".")[0]
elif not preferred_address:
preferred_address = address
if not preferred_address:
return name or addresses[0]
if (
name
and name != preferred_address