Skip to content

Commit 9531272

Browse files
committed
fix score display
1 parent 6bcdd80 commit 9531272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter-senderscore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func linkConnect(phase string, sessionId string, params []string) {
9999
s.category = int8(category)
100100
s.score = int8(score)
101101

102-
fmt.Fprintf(os.Stderr, "link-connect addr=%s score=%s\n", addr, resolved)
102+
fmt.Fprintf(os.Stderr, "link-connect addr=%s score=%d\n", addr, score)
103103
}
104104

105105
func linkDisconnect(phase string, sessionId string, params []string) {

0 commit comments

Comments
 (0)