mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Better explanation.
This commit is contained in:
parent
e989677319
commit
b65bc9dca7
@ -1038,7 +1038,10 @@ def _pick_a_http_server(
|
||||
# Logging errors breaks a bunch of tests, and it's not a _bug_ to
|
||||
# have a failed connection, it's often expected and transient. More
|
||||
# of a warning, really?
|
||||
log.msg("Failed to connect to NURL: {}".format(failure))
|
||||
log.msg(
|
||||
"Failed to connect to a storage server advertised by NURL: {}".format(
|
||||
failure)
|
||||
)
|
||||
return None
|
||||
|
||||
def succeeded(result: tuple[int, DecodedURL]):
|
||||
|
Loading…
x
Reference in New Issue
Block a user