add more spaces to the "done" message so it doesn't show the trailing 0

This commit is contained in:
Greg Kroah-Hartman 2009-07-24 11:26:00 -07:00 committed by Jonathan Corbet
parent d25572552b
commit 9aaac7a67d
1 changed files with 1 additions and 1 deletions

2
gitdm
View File

@ -348,7 +348,7 @@ while (1):
hacker.addreport (p)
CSCount += 1
csv.AccumulatePatch (p)
print >> sys.stderr, 'Grabbing changesets...done'
print >> sys.stderr, 'Grabbing changesets...done '
if DumpDB:
database.DumpDB ()