Skip to content
Snippets Groups Projects
Commit b5518e1a authored by Antoine Millet's avatar Antoine Millet
Browse files

Removed debug.

parent 890f2e45
No related branches found
No related tags found
No related merge requests found
......@@ -764,7 +764,7 @@ class CloneJob(BaseMigrationJob):
# Compare checksum of two answers:
checksums = []
assert len(msgs) == 2
logging.info('%r' % (msgs, ))
for msg in msgs:
if msg.get('error') is not None:
msg = 'error while copy: %s' % msg['error']['message']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment