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