summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSecondaryTransportManager.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLSecondaryTransportManager.m')
-rw-r--r--SmartDeviceLink/SDLSecondaryTransportManager.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLSecondaryTransportManager.m b/SmartDeviceLink/SDLSecondaryTransportManager.m
index 28d318a42..7104c1754 100644
--- a/SmartDeviceLink/SDLSecondaryTransportManager.m
+++ b/SmartDeviceLink/SDLSecondaryTransportManager.m
@@ -716,9 +716,9 @@ struct TransportProtocolUpdated {
return ^{
__strong typeof(self) strongSelf = weakSelf;
if (strongSelf.sdl_getAppState == UIApplicationStateActive) {
- SDLLogD(@"App has been foregrounded. Ignoring notification that the background task ended.");
+ SDLLogV(@"App has been foregrounded. Ignoring notification that the background task ended.");
} else if ([strongSelf.stateMachine isCurrentState:SDLSecondaryTransportStateStopped]) {
- SDLLogD(@"Manager has been stopped. Ignoring notification that the background task ended.");
+ SDLLogV(@"Manager has been stopped. Ignoring notification that the background task ended.");
} else {
SDLLogD(@"Disconnecting TCP transport due to the background task ending.");
[strongSelf.stateMachine transitionToState:SDLSecondaryTransportStateConfigured];