We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e31510 commit 1a59dc4Copy full SHA for 1a59dc4
1 file changed
splitio/push/segmentworker.py
@@ -43,7 +43,7 @@ def _run(self):
43
try:
44
self._handler(event.segment_name, event.change_number)
45
except Exception:
46
- _LOGGER.error('Exception raised in split synchronization')
+ _LOGGER.error('Exception raised in segment synchronization')
47
_LOGGER.debug('Exception information: ', exc_info=True)
48
49
def start(self):
0 commit comments