Browse Source

Fix: typo in log line prefix

Rod Hynes 11 years ago
parent
commit
98f2645094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      psiphon/notice.go

+ 1 - 1
psiphon/notice.go

@@ -29,7 +29,7 @@ const (
 	NOTICE_ALERT            = "ALERT"
 	NOTICE_ALERT            = "ALERT"
 	NOTICE_VERSION          = "VERSION"
 	NOTICE_VERSION          = "VERSION"
 	NOTICE_TUNNELS          = "TUNNELS"
 	NOTICE_TUNNELS          = "TUNNELS"
-	NOTICE_SOCKS_PROXY_PORT = "SOCKS-PROXY_PORT"
+	NOTICE_SOCKS_PROXY_PORT = "SOCKS-PROXY-PORT"
 	NOTICE_HTTP_PROXY_PORT  = "HTTP-PROXY-PORT"
 	NOTICE_HTTP_PROXY_PORT  = "HTTP-PROXY-PORT"
 	NOTICE_UPGRADE          = "UPGRADE"
 	NOTICE_UPGRADE          = "UPGRADE"
 	NOTICE_HOMEPAGE         = "HOMEPAGE"
 	NOTICE_HOMEPAGE         = "HOMEPAGE"