summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLDebugTool.m
diff options
context:
space:
mode:
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];
}