Fix logger string spacing

Just a missing space...
This commit is contained in:
JoeLametta
2016-02-08 00:10:09 +01:00
parent 8465e0f4ff
commit a79f09b95c

View File

@@ -119,7 +119,7 @@ class MorituriLogger(result.Logger):
elif self._accuratelyRipped < nonHTOA:
lines.append(" %d track(s) accurately ripped" %
self._accuratelyRipped)
lines.append(" %d track(s) could not be verified as"
lines.append(" %d track(s) could not be verified as "
"accurate" % (nonHTOA - self._accuratelyRipped))
lines.append("")
lines.append(" Some tracks could not be verified as accurate")