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