Browse Source

Fix: add "server_" event name prefix

Rod Hynes 7 years ago
parent
commit
3f462662e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/server/tunnelServer.go

+ 1 - 1
psiphon/server/tunnelServer.go

@@ -2044,7 +2044,7 @@ func (sshClient *sshClient) logBlocklistHits(remoteIP net.IP, tags []BlocklistTa
 	sshClient.Lock()
 
 	logFields := getRequestLogFields(
-		"blocklist_hit",
+		"server_blocklist_hit",
 		sshClient.geoIPData,
 		sshClient.handshakeState.authorizedAccessTypes,
 		sshClient.handshakeState.apiParams,