This commit is contained in:
Erik 2015-12-02 12:46:54 -05:00
parent c74858fd5d
commit 04d49fe7cb

View File

@ -140,7 +140,7 @@ public final class SocketEngine: NSObject, SocketEngineSpec, WebSocketDelegate {
} }
} }
} catch { } catch {
DefaultSocketLogger.Logger.error("Got message: %@", type: logType, args: msg) logAndError("Got unknown error from server")
} }
} }