tweak emitack log message

This commit is contained in:
Erik 2015-04-13 10:51:02 -04:00
parent e6ecf34507
commit f67d3b23bb

View File

@ -335,7 +335,7 @@ public final class SocketIOClient: NSObject, SocketEngineClient, SocketLogClient
SocketParser.parseForEmit(packet)
str = packet.createAck()
SocketLogger.log("Client: Emitting: \(str)", client: self!)
SocketLogger.log("Client: Emitting Ack: \(str)", client: self!)
if packet.type == SocketPacket.PacketType.BINARY_ACK {
self?.engine?.send(str, withData: packet.binary)