Jelajahi Sumber

Don't attempt to log server IP address

Rod Hynes 6 tahun lalu
induk
melakukan
a3f4d059ab
1 mengubah file dengan 1 tambahan dan 3 penghapusan
  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 {
 		if serverEntry == nil {
 			// In case of data corruption or a bug causing this condition,
 			// In case of data corruption or a bug causing this condition,
 			// do not stop iterating.
 			// do not stop iterating.
-			NoticeAlert(
-				"ServerEntryIterator.Next: unexpected missing server entry: %s",
-				string(serverEntryID))
+			NoticeAlert("ServerEntryIterator.Next: unexpected missing server entry")
 			continue
 			continue
 		}
 		}