Parcourir la source

Fix: InproxyOperatorMessage is not a diagnostic notice

Rod Hynes il y a 1 an
Parent
commit
78fc1ae8de
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      psiphon/notice.go

+ 1 - 1
psiphon/notice.go

@@ -1087,7 +1087,7 @@ func NoticeSkipServerEntry(format string, args ...interface{}) {
 // operator.
 func NoticeInproxyOperatorMessage(messageJSON string) {
 	singletonNoticeLogger.outputNotice(
-		"InproxyOperatorMessage", noticeIsDiagnostic,
+		"InproxyOperatorMessage", 0,
 		"message", messageJSON)
 }