
19 May
2013
19 May
'13
4:11 p.m.
commit 9a482155f8120d12c8bc046128a8eb088e5e1d88 Author: David Fifield <david@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: