[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [gettor/master] Fix typo in script
commit 34a2694165a9b109782eeac6b02d2a4d5b53b2be
Author: hiro <hiro@xxxxxxxxxxxxxx>
Date: Fri Sep 27 18:48:45 2019 +0200
Fix typo in script
---
scripts/check_service | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/check_service b/scripts/check_service
index b5b7c31..4dab2bf 100644
--- a/scripts/check_service
+++ b/scripts/check_service
@@ -110,6 +110,7 @@ if __name__ == "__main__":
except Exception as e:
status = CRITICAL
message = repr(e)
+ status_file.write("CRITICAL: %s" % message)
sys.exit(status)
time.sleep(180)
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits