Skip to content

Commit 24818a7

Browse files
authored
Merge pull request #464 from splitio/dw/SDKS-6918
[DW] synchronizer updated logs
2 parents 2fbd080 + 88ad19c commit 24818a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/splitclient-rb/engine/synchronizer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ def sync_result(success, remaining_attempts, segment_names = nil)
201201
end
202202

203203
def sync_splits_and_segments
204-
@config.logger.debug('Synchronizing Splits and Segments ...') if @config.debug_enabled
204+
@config.logger.debug('Synchronizing feature flags and segments ...') if @config.debug_enabled
205205
splits_result = @split_fetcher.fetch_splits
206206

207207
splits_result[:success] && @segment_fetcher.fetch_segments

0 commit comments

Comments
 (0)