Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
  • Loading branch information
NicoleYarroch and joeljfischer committed Mar 24, 2020
1 parent 2c2eac9 commit 572b42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartDeviceLink/SDLIAPControlSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ - (void)startSession {
if (strongSelf.delegate == nil) { return; }
[strongSelf.delegate controlSessionShouldRetry];
} else {
SDLLogD(@"Waiting for the protocol string from Core, setting timer for %d seconds", ProtocolIndexTimeoutSeconds);
SDLLogD(@"Waiting for the protocol string from Core, setting timeout timer for %d seconds", ProtocolIndexTimeoutSeconds);
strongSelf.protocolIndexTimer = [strongSelf sdl_createControlSessionProtocolIndexStringDataTimeoutTimer];
}
}];
Expand Down

0 comments on commit 572b42b

Please sign in to comment.