Skip to content

Commit

Permalink
Update log
Browse files Browse the repository at this point in the history
Signed-off-by: xichengliudui <[email protected]>
  • Loading branch information
xichengliudui committed Jan 29, 2019
1 parent 869543a commit a185df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/vtgate_buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def execute(self, cursor):

if self.ignore_error_func and self.ignore_error_func(e):
logging.debug('UPDATE %d failed during COMMIT. But we cannot buffer'
' this error and and ignore it. err: %s', attempt, str(e))
' this error and ignore it. err: %s', attempt, str(e))
else:
self._commit_errors += 1
if self._commit_errors > 1:
Expand Down

0 comments on commit a185df4

Please sign in to comment.