Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
  • Loading branch information
olpaw committed Mar 17, 2016
1 parent d7c93d0 commit 6a5dd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mx.py
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ def postPull(self, f):
output = join(self.suite.dir, self.output)
assert tarfilename
with tarfile.open(tarfilename, 'r:') as tar:
log('Extract {} to {}'.format(tarfilename, output))
logv('Extracting {} to {}'.format(tarfilename, output))
tar.extractall(output)

def prePush(self, f):
Expand Down

0 comments on commit 6a5dd66

Please sign in to comment.