aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2021-10-25 11:56:33 +1100
committerMiguel Jacq <mig@mig5.net>2021-10-25 11:56:33 +1100
commit54bfca5f4bfe50587e356f26f48a44cb203fc730 (patch)
tree5500e07c2eadfceb5427105687e9eed1501d0b9b
parent29d59286242d4f379d029fd5a6783df1f2ef8819 (diff)
downloadonionshare-54bfca5f4bfe50587e356f26f48a44cb203fc730.tar.gz
onionshare-54bfca5f4bfe50587e356f26f48a44cb203fc730.zip
Move debug log call in meek.start()
-rw-r--r--cli/onionshare_cli/meek.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/onionshare_cli/meek.py b/cli/onionshare_cli/meek.py
index 762a454c..6b31a584 100644
--- a/cli/onionshare_cli/meek.py
+++ b/cli/onionshare_cli/meek.py
@@ -75,8 +75,6 @@ class Meek(object):
queue.put(line)
out.close()
- self.common.log("Meek", "start", self.meek_client_file_path)
-
# Abort early if we can't find the Meek client
if self.meek_client_file_path is None or not os.path.exists(
self.meek_client_file_path
@@ -84,6 +82,7 @@ class Meek(object):
raise MeekNotFound()
# Start the Meek Client as a subprocess.
+ self.common.log("Meek", "start", "Starting meek client")
if self.common.platform == "Windows":
# In Windows, hide console window when opening meek-client.exe subprocess