From acbfde606e5d1bc3c4d1c041c232d1864045094c Mon Sep 17 00:00:00 2001 From: NicoleYarroch Date: Mon, 16 Oct 2017 13:37:51 -0400 Subject: Edited debug statements --- SmartDeviceLink/SDLStreamingMediaLifecycleManager.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m b/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m index cae582d7c..1d6baf13d 100644 --- a/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m +++ b/SmartDeviceLink/SDLStreamingMediaLifecycleManager.m @@ -621,11 +621,10 @@ typedef void(^SDLVideoCapabilityResponseHandler)(SDLVideoStreamingCapability *_N if ([self.videoStreamStateMachine isCurrentState:SDLVideoStreamStateStopped] && self.isHmiStateVideoStreamCapable) { - SDLLogV(@"Sending a video start service request."); [self.videoStreamStateMachine transitionToState:SDLVideoStreamStateStarting]; } else { SDLLogE(@"Unable to send video start service request\n" - "Video State must be SDLVideoStreamStateStopped: %@\n" + "Video State must be in state STOPPED: %@\n" "HMI state must be LIMITED or FULL: %@\n", self.videoStreamStateMachine.currentState, self.hmiLevel); } -- cgit v1.2.1