##// END OF EJS Templates
httppeer: unify hint message for PeerTransportError...
FUJIWARA Katsunori -
r32087:b59a292d stable
parent child Browse files
Show More
@@ -80,7 +80,7 b' def _wraphttpresponse(resp):'
80 except httplib.HTTPException as e:
80 except httplib.HTTPException as e:
81 raise error.PeerTransportError(
81 raise error.PeerTransportError(
82 _('HTTP request error (%s)') % e,
82 _('HTTP request error (%s)') % e,
83 hint=_('this may be an intermittent failure; '
83 hint=_('this may be an intermittent network failure; '
84 'if the error persists, consider contacting the '
84 'if the error persists, consider contacting the '
85 'network or server operator'))
85 'network or server operator'))
86
86
General Comments 0
You need to be logged in to leave comments. Login now