summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Beharry <109764059+jshivabeharry@users.noreply.github.com>2022-08-30 16:15:49 -0400
committerGitHub <noreply@github.com>2022-08-30 16:15:49 -0400
commit4e7d4d25e07855bb630f381b2780ceac47f5de59 (patch)
treed51415955ae092062f7530503ae996fdf18f46bf
parentc0e8c36acb61a40bcd1b0d95502e50767d85aa0d (diff)
downloadsdl_ios-4e7d4d25e07855bb630f381b2780ceac47f5de59.tar.gz
Add error to Text and Graphic Show failed message
Co-authored-by: Joel Fischer <joeljfischer@gmail.com>
-rw-r--r--SmartDeviceLink/private/SDLTextAndGraphicUpdateOperation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLTextAndGraphicUpdateOperation.m b/SmartDeviceLink/private/SDLTextAndGraphicUpdateOperation.m
index 9e7bfc483..582bf7a03 100644
--- a/SmartDeviceLink/private/SDLTextAndGraphicUpdateOperation.m
+++ b/SmartDeviceLink/private/SDLTextAndGraphicUpdateOperation.m
@@ -175,7 +175,7 @@ NS_ASSUME_NONNULL_BEGIN
SDLLogD(@"Text and Graphic Show completed successfully");
[strongSelf sdl_updateCurrentScreenDataFromShow:request];
} else {
- SDLLogD(@"Text and Graphic Show failed");
+ SDLLogE(@"Text and Graphic Show failed: %@", error);
NSError *updateError = [NSError errorWithDomain:error.domain code:error.code userInfo:@{
NSUnderlyingErrorKey: error.userInfo,
@"failedScreenState": self.updatedState