Explorar o código

Don't attempt to log server IP address

Rod Hynes %!s(int64=6) %!d(string=hai) anos
pai
achega
a3f4d059ab
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      psiphon/dataStore.go

+ 1 - 3
psiphon/dataStore.go

@@ -705,9 +705,7 @@ func (iterator *ServerEntryIterator) Next() (*protocol.ServerEntry, error) {
 		if serverEntry == nil {
 			// In case of data corruption or a bug causing this condition,
 			// do not stop iterating.
-			NoticeAlert(
-				"ServerEntryIterator.Next: unexpected missing server entry: %s",
-				string(serverEntryID))
+			NoticeAlert("ServerEntryIterator.Next: unexpected missing server entry")
 			continue
 		}