Show More
@@ -135,7 +135,7 b' def do_relink(src, dst, files, ui):' | |||||
135 | relinked += 1 |
|
135 | relinked += 1 | |
136 | savedbytes += sz |
|
136 | savedbytes += sz | |
137 | except OSError, inst: |
|
137 | except OSError, inst: | |
138 |
ui.warn |
|
138 | ui.warn('%s: %s\n' % (tgt, str(inst))) | |
139 |
|
139 | |||
140 | ui.status(_('relinked %d files (%d bytes reclaimed)\n') % |
|
140 | ui.status(_('relinked %d files (%d bytes reclaimed)\n') % | |
141 | (relinked, savedbytes)) |
|
141 | (relinked, savedbytes)) |
General Comments 0
You need to be logged in to leave comments.
Login now