Show More
@@ -441,7 +441,10 b' class baseunionstore(object):' | |||
|
441 | 441 | i = 0 |
|
442 | 442 | while i < self.numattempts: |
|
443 | 443 | if i > 0: |
|
444 | retrylog(b're-attempting (n=%d) %s\n' % (i, funcname)) | |
|
444 | retrylog( | |
|
445 | b're-attempting (n=%d) %s\n' | |
|
446 | % (i, pycompat.sysbytes(funcname)) | |
|
447 | ) | |
|
445 | 448 | self.markforrefresh() |
|
446 | 449 | i += 1 |
|
447 | 450 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now