[tor-commits] [flashproxy/master] Error message formatting.
dcf at torproject.org
dcf at torproject.org
Sun May 19 16:11:39 UTC 2013
commit 9a482155f8120d12c8bc046128a8eb088e5e1d88
Author: David Fifield <david at bamsoftware.com>
Date: Sun May 19 00:36:51 2013 -0700
Error message formatting.
---
flashproxy-reg-appspot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot
index 9764937..569f8b9 100755
--- a/flashproxy-reg-appspot
+++ b/flashproxy-reg-appspot
@@ -251,7 +251,7 @@ if not remote_addr[0]:
spec = get_external_ip()
remote_addr = parse_addr_spec(spec, *remote_addr)
if not remote_addr[0]:
- print >> sys.stderr, "Could not determine external ip address."
+ print >> sys.stderr, "Could not guess external IP address."
sys.exit(1)
try:
More information about the tor-commits
mailing list