Skip to content

Commit 5c6ccf0

Browse files
committed
typo
1 parent 9ffd339 commit 5c6ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splitio/sync/split.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _fetch_until(self, fetch_options, till=None):
105105
feature_flag_changes = self._api.fetch_splits(change_number, fetch_options)
106106
except APIException as exc:
107107
if exc._status_code is not None and exc._status_code == 414:
108-
_LOGGER.error('SDK Initialization: the amount of flag sets provided are big causing uri length error.')
108+
_LOGGER.error('Exception caught: the amount of flag sets provided are big causing uri length error.')
109109
_LOGGER.debug('Exception information: ', exc_info=True)
110110
raise APIUriException("URI is too long due to FlagSets count")
111111

0 commit comments

Comments
 (0)