Skip to content
Snippets Groups Projects
Commit b59a292d authored by Katsunori FUJIWARA's avatar Katsunori FUJIWARA
Browse files

httppeer: unify hint message for PeerTransportError

Another raising PeerTransportError for "incomplete response" in
httppeer.py uses this (changed) hint message. This unification reduces
cost of translation.
parent 2a2744df
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@
except httplib.HTTPException as e:
raise error.PeerTransportError(
_('HTTP request error (%s)') % e,
hint=_('this may be an intermittent failure; '
hint=_('this may be an intermittent network failure; '
'if the error persists, consider contacting the '
'network or server operator'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment