hgext/lfs/blobstore.py
changeset 35753 069df0b952e8
parent 35734 b4e1d0654736
child 35881 fa993c3c8462
--- a/hgext/lfs/blobstore.py	Fri Jan 19 14:25:09 2018 -0800
+++ b/hgext/lfs/blobstore.py	Fri Jan 19 19:13:11 2018 -0500
@@ -313,7 +313,7 @@
                     self.ui.debug('lfs %s response: %s' % (action, response))
         except util.urlerr.httperror as ex:
             if self.ui.debugflag:
-                self.ui.debug('%s: %s' % (oid, ex.read()))
+                self.ui.debug('%s: %s\n' % (oid, ex.read()))
             raise LfsRemoteError(_('HTTP error: %s (oid=%s, action=%s)')
                                  % (ex, oid, action))