فهرست منبع

Fix log field name

Rod Hynes 5 سال پیش
والد
کامیت
048e797ae9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      psiphon/server/tunnelServer.go

+ 1 - 1
psiphon/server/tunnelServer.go

@@ -2623,7 +2623,7 @@ func (sshClient *sshClient) setHandshakeState(
 			sshClient.geoIPData.SetLogFields(logFields)
 			duplicateGeoIPData := sshClient.sshServer.support.GeoIPService.GetSessionCache(sessionID)
 			if duplicateGeoIPData != sshClient.geoIPData {
-				duplicateGeoIPData.SetLogFieldsWithPrefix("duplicate_authentication_", logFields)
+				duplicateGeoIPData.SetLogFieldsWithPrefix("duplicate_authorization_", logFields)
 			}
 			log.LogRawFieldsWithTimestamp(logFields)