Skip to content

Commit 5d0aa7d

Browse files
committed
fixed typo
1 parent 4d4634f commit 5d0aa7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/splitclient-rb/engine/sync_manager.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ def start_thread
4747
connected = false
4848

4949
if @config.streaming_enabled
50-
@config.logger.debug('Starting Straming mode ...')
50+
@config.logger.debug('Starting Streaming mode ...')
5151
start_push_status_monitor
5252
connected = @push_manager.start_sse
5353
end
5454

5555
unless connected
56-
@config.logger.debug('Starting polling mode ...')
56+
@config.logger.debug('Starting Polling mode ...')
5757
@synchronizer.start_periodic_fetch
5858
record_telemetry(Telemetry::Domain::Constants::SYNC_MODE, SYNC_MODE_POLLING)
5959
end

0 commit comments

Comments
 (0)