Skip to content

Commit

Permalink
Line Update
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacakakpo1 committed Sep 14, 2023
1 parent 5c994f2 commit bc9f57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TelnyxRTC/Telnyx/Services/Socket.swift
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class Socket {
socket.write(string: message)
Logger.log.verto(message: "Socket:: sendMessage() message: \(message)", direction: .outbound)
} else {
Logger.log.e(message: "Socket:: sendMessage() Error sending message...")
Logger.log.e(message: "Socket:: sendMessage() Error sending message... ")
}
}

Expand Down

0 comments on commit bc9f57a

Please sign in to comment.