summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLV2ProtocolHeader.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-07-19 16:37:17 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-07-19 16:37:17 -0400
commit67e5b140530f1affb04ec8ecf218a26679398eec (patch)
tree6d1e1f7c4202d241b9079e17103a6a77a9821a3c /SmartDeviceLink/SDLV2ProtocolHeader.m
parent9fdd18c0cf02fe50d5f0bf2b7a8573ead691bf8c (diff)
downloadsdl_ios-67e5b140530f1affb04ec8ecf218a26679398eec.tar.gz
First pass at start service control message
Diffstat (limited to 'SmartDeviceLink/SDLV2ProtocolHeader.m')
-rw-r--r--SmartDeviceLink/SDLV2ProtocolHeader.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLV2ProtocolHeader.m b/SmartDeviceLink/SDLV2ProtocolHeader.m
index eb97f4102..b0e2050d7 100644
--- a/SmartDeviceLink/SDLV2ProtocolHeader.m
+++ b/SmartDeviceLink/SDLV2ProtocolHeader.m
@@ -107,7 +107,7 @@ const int V2PROTOCOL_HEADERSIZE = 12;
}
NSMutableString *description = [[NSMutableString alloc] init];
- [description appendFormat:@"Version:%i, compressed:%i, frameType:%@(%i), serviceType:%i, frameData:%@(%i), sessionID:%i, dataSize:%i, messageID:%i ",
+ [description appendFormat:@"Version:%i, encrypted:%i, frameType:%@(%i), serviceType:%i, frameData:%@(%i), sessionID:%i, dataSize:%i, messageID:%i ",
self.version,
self.encrypted,
frameTypeString,