Explorar o código

Fix: incorrect notice field name

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

+ 1 - 1
psiphon/notice.go

@@ -727,7 +727,7 @@ func NoticeBindToDevice(deviceInfo string) {
 func NoticeNetworkID(networkID string) {
 	outputRepetitiveNotice(
 		"NetworkID", networkID, 0,
-		"NetworkID", 0, "regions", networkID)
+		"NetworkID", 0, "ID", networkID)
 }
 
 type repetitiveNoticeState struct {