[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [flashproxy/master] Make it only a warning if no relays were configured.
commit 45a5184e78d288d7ce7626c6362318afbccda1b3
Author: David Fifield <david@xxxxxxxxxxxxxxx>
Date: Fri Sep 20 22:15:54 2013 -0700
Make it only a warning if no relays were configured.
---
facilitator/facilitator | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/facilitator/facilitator b/facilitator/facilitator
index f6be9e0..55f4af0 100755
--- a/facilitator/facilitator
+++ b/facilitator/facilitator
@@ -522,7 +522,7 @@ obfs2|websocket 1.4.6.1:4123\
sys.exit(1)
if not options.relays:
- sys.exit(1)
+ print >> sys.stderr, u"Warning: no relays configured."
# Create RegSets for our supported transports
for transport in options.relays.keys():
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits