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