630
634
if getattr(self._request._medium, '_path', None) is not None:
631
635
mutter(' (to %s)', self._request._medium._path)
632
636
mutter(' %d bytes', len(body))
634
638
if 'hpssdetail' in debug.debug_flags:
635
639
mutter('hpss body content: %s', body)