summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2019-05-29 14:14:56 -0400
committerJoel Fischer <joeljfischer@gmail.com>2019-05-29 14:14:56 -0400
commit3a8bd00d7b10689a178b6ae575656dcd53945e31 (patch)
tree1dfbe7c27188cda12ba916a0b373b6a6e5a7bdd5
parent70deeceb07e60d9f5c911ea30bc335eb130aaa71 (diff)
downloadsdl_ios-3a8bd00d7b10689a178b6ae575656dcd53945e31.tar.gz
Update choice set log
-rw-r--r--SmartDeviceLink/SDLChoiceSet.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLChoiceSet.m b/SmartDeviceLink/SDLChoiceSet.m
index da58749b4..b7aa12388 100644
--- a/SmartDeviceLink/SDLChoiceSet.m
+++ b/SmartDeviceLink/SDLChoiceSet.m
@@ -57,7 +57,7 @@ static SDLChoiceSetLayout _defaultLayout = SDLChoiceSetLayoutList;
}
if (title.length == 0 || title.length > 500) {
- SDLLogW(@"Attempted to create a choice set with a %lu length. Only 500 characters are supported", (unsigned long)title.length);
+ SDLLogW(@"Attempted to create a choice set title with a %lu length. Only 500 characters are supported", (unsigned long)title.length);
return nil;
}