Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

Commit 0206204

Browse files
committed
Fix log
1 parent dc72a54 commit 0206204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpechtLite/SPObserverFactory.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class SPObserverFactory: ObserverFactory {
1313
override func signal(_ event: AdapterSocketEvent) {
1414
switch event {
1515
case .socketOpened(let socket, let request):
16-
DDLogInfo("Request: \(request.host) Type: \(socket.type) Rule: \(request.matchedRule?.description ?? "")")
16+
DDLogInfo("Request: \(request.host) Type: \(socket.typeName) Rule: \(request.matchedRule?.description ?? "")")
1717
break
1818
default:
1919
break

0 commit comments

Comments
 (0)