diff --git a/swift/obj/ssync_receiver.py b/swift/obj/ssync_receiver.py index ad6bfb7858..a602d98a02 100644 --- a/swift/obj/ssync_receiver.py +++ b/swift/obj/ssync_receiver.py @@ -478,8 +478,8 @@ class Receiver(object): successes += 1 else: self.app.logger.warning( - 'ssync subrequest failed with %s: %s %s' % - (resp.status_int, method, subreq.path)) + 'ssync subrequest failed with %s: %s %s (%s)' % + (resp.status_int, method, subreq.path, resp.body)) failures += 1 if failures >= self.app.replication_failure_threshold and ( not successes or