From a185df4329af63c55a6c13f98d984057c201e7e2 Mon Sep 17 00:00:00 2001 From: xichengliudui Date: Tue, 29 Jan 2019 10:17:43 -0500 Subject: [PATCH] Update log Signed-off-by: xichengliudui --- test/vtgate_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vtgate_buffer.py b/test/vtgate_buffer.py index 00bc7ea6c23..77104272140 100755 --- a/test/vtgate_buffer.py +++ b/test/vtgate_buffer.py @@ -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: