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

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuhaow committed Nov 24, 2016
1 parent dc72a54 commit 0206204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpechtLite/SPObserverFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class SPObserverFactory: ObserverFactory {
override func signal(_ event: AdapterSocketEvent) {
switch event {
case .socketOpened(let socket, let request):
DDLogInfo("Request: \(request.host) Type: \(socket.type) Rule: \(request.matchedRule?.description ?? "")")
DDLogInfo("Request: \(request.host) Type: \(socket.typeName) Rule: \(request.matchedRule?.description ?? "")")
break
default:
break
Expand Down

0 comments on commit 0206204

Please sign in to comment.