summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugTool.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2016-08-12 13:42:47 -0400
committerJoel Fischer <joeljfischer@gmail.com>2016-08-12 13:42:47 -0400
commitac01fb5891e1ee4bc0e2fcaa0ee90ec9ca7bdf05 (patch)
treebab9735f802b0faca94efdb93a2af86d94bbbd6e /SmartDeviceLink/SDLDebugTool.m
parent257120475a553d051d086cf72072e3ed1ce112a9 (diff)
downloadsdl_ios-ac01fb5891e1ee4bc0e2fcaa0ee90ec9ca7bdf05.tar.gz
Update to 4.3.0-beta.1
Diffstat (limited to 'SmartDeviceLink/SDLDebugTool.m')
-rw-r--r--SmartDeviceLink/SDLDebugTool.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLDebugTool.m b/SmartDeviceLink/SDLDebugTool.m
index 0d49af90d..0a3993eca 100644
--- a/SmartDeviceLink/SDLDebugTool.m
+++ b/SmartDeviceLink/SDLDebugTool.m
@@ -98,7 +98,7 @@
+ (void)logFormat:(NSString *)info, ... {
va_list args;
va_start(args, info);
-
+
NSString *format = [[NSString alloc] initWithFormat:info arguments:args];
[self logInfo:format];
}