summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-04-14 15:12:16 -0400
committerGitHub <noreply@github.com>2020-04-14 15:12:16 -0400
commit4723f2e5db10e8ee5a4a3c8c549c5b2982d44029 (patch)
tree3055d5e4979cb4065f67eda2e998e3b05cac91b7
parentab7d4480caca30512fd6429a7b75307ffc4e54f9 (diff)
downloadsdl_ios-4723f2e5db10e8ee5a4a3c8c549c5b2982d44029.tar.gz
Update SmartDeviceLink/SDLBackgroundTaskManager.m
Co-Authored-By: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/SDLBackgroundTaskManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLBackgroundTaskManager.m b/SmartDeviceLink/SDLBackgroundTaskManager.m
index 4b6e09a64..bcbdb2929 100644
--- a/SmartDeviceLink/SDLBackgroundTaskManager.m
+++ b/SmartDeviceLink/SDLBackgroundTaskManager.m
@@ -49,7 +49,7 @@ NS_ASSUME_NONNULL_BEGIN
SDLLogD(@"Checking if subscriber wants to to perform some cleanup before ending the background task %@", strongSelf.backgroundTaskName);
BOOL waitForCleanupToFinish = strongSelf.taskExpiringHandler();
if (waitForCleanupToFinish) {
- SDLLogD(@"Subscriber wants to clean up before ending the background task %@. Waiting...", self.backgroundTaskName);
+ SDLLogD(@"The subscriber will end background task itself %@. Waiting...", self.backgroundTaskName);
} else {
SDLLogV(@"Subscriber does not want to perform cleanup. Ending the background task %@", strongSelf.backgroundTaskName);
[strongSelf endBackgroundTask];