Raise an error if we were unable to obtain a random port

This commit is contained in:
Miguel Jacq 2017-12-07 08:49:10 +11:00
parent 7177adbf0e
commit 9052a6c33f
5 changed files with 27 additions and 9 deletions

View file

@ -10,6 +10,7 @@
"ctrlc_to_stop": "Press Ctrl-C to stop server",
"not_a_file": "{0:s} is not a file.",
"not_a_readable_file": "{0:s} is not a readable file.",
"no_available_port": "Could not start the Onion service as we found no available port",
"download_page_loaded": "Download page loaded",
"other_page_loaded": "URL loaded",
"close_on_timeout": "Closing automatically because timeout was reached",