Skip to content

Commit 1a59dc4

Browse files
author
Matias Melograno
committed
typo
1 parent 7e31510 commit 1a59dc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

splitio/push/segmentworker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def _run(self):
4343
try:
4444
self._handler(event.segment_name, event.change_number)
4545
except Exception:
46-
_LOGGER.error('Exception raised in split synchronization')
46+
_LOGGER.error('Exception raised in segment synchronization')
4747
_LOGGER.debug('Exception information: ', exc_info=True)
4848

4949
def start(self):

0 commit comments

Comments
 (0)