Skip to content

Commit

Permalink
Merge pull request #4564 from xichengliudui/fixloginfo
Browse files Browse the repository at this point in the history
fix log
  • Loading branch information
sougou authored Jan 29, 2019
2 parents 86594dd + a185df4 commit 79a5b2d
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 79a5b2d

Please sign in to comment.