summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-10-18 10:52:55 -0400
committerJoel Fischer <joeljfischer@gmail.com>2018-10-18 10:52:55 -0400
commitcc297ff3fc10fba1768c0156a0e7d141a4843fa7 (patch)
treea0997eb1048fc526a589d242ee6283fc607274de
parent4d445d7541fe272eed2feb03df48701ce08d087b (diff)
downloadsdl_ios-cc297ff3fc10fba1768c0156a0e7d141a4843fa7.tar.gz
Change to error log
-rw-r--r--SmartDeviceLink/SDLChoiceSetManager.m4
-rw-r--r--SmartDeviceLink/SDLSoftButtonManager.m4
-rw-r--r--SmartDeviceLink/SDLTextAndGraphicManager.m4
3 files changed, 6 insertions, 6 deletions
diff --git a/SmartDeviceLink/SDLChoiceSetManager.m b/SmartDeviceLink/SDLChoiceSetManager.m
index e02206b6d..8d1ac4ffe 100644
--- a/SmartDeviceLink/SDLChoiceSetManager.m
+++ b/SmartDeviceLink/SDLChoiceSetManager.m
@@ -407,7 +407,7 @@ UInt16 const ChoiceCellIdMin = 1;
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}
@@ -419,7 +419,7 @@ UInt16 const ChoiceCellIdMin = 1;
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}
diff --git a/SmartDeviceLink/SDLSoftButtonManager.m b/SmartDeviceLink/SDLSoftButtonManager.m
index 673bcf963..10e61fa1d 100644
--- a/SmartDeviceLink/SDLSoftButtonManager.m
+++ b/SmartDeviceLink/SDLSoftButtonManager.m
@@ -358,7 +358,7 @@ NS_ASSUME_NONNULL_BEGIN
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}
@@ -371,7 +371,7 @@ NS_ASSUME_NONNULL_BEGIN
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}
diff --git a/SmartDeviceLink/SDLTextAndGraphicManager.m b/SmartDeviceLink/SDLTextAndGraphicManager.m
index ee4f6040d..aaeba7187 100644
--- a/SmartDeviceLink/SDLTextAndGraphicManager.m
+++ b/SmartDeviceLink/SDLTextAndGraphicManager.m
@@ -677,7 +677,7 @@ NS_ASSUME_NONNULL_BEGIN
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"RegisterAppInterface succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}
@@ -690,7 +690,7 @@ NS_ASSUME_NONNULL_BEGIN
if (!response.success.boolValue) { return; }
if (!response.success.boolValue) { return; }
if (response.displayCapabilities == nil) {
- SDLLogW(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
+ SDLLogE(@"SetDisplayLayout succeeded but didn't send a display capabilities. A lot of things will probably break.");
return;
}