summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLifecycleConfigurationUpdate.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLLifecycleConfigurationUpdate.m')
-rw-r--r--SmartDeviceLink/SDLLifecycleConfigurationUpdate.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLifecycleConfigurationUpdate.m b/SmartDeviceLink/SDLLifecycleConfigurationUpdate.m
index b81b14d03..b86688445 100644
--- a/SmartDeviceLink/SDLLifecycleConfigurationUpdate.m
+++ b/SmartDeviceLink/SDLLifecycleConfigurationUpdate.m
@@ -25,4 +25,8 @@
return self;
}
+- (NSString *)description {
+ return [NSString stringWithFormat:@"Lifecycle Configuration Update: new app name: %@, new short app name: %@, new tts name: %@, new voice commands: %@", self.appName, self.shortAppName, self.ttsName, self.voiceRecognitionCommandNames];
+}
+
@end