[tor-commits] [guardfraction/master] Fix an error message.
asn at torproject.org
asn at torproject.org
Tue Feb 24 13:45:03 UTC 2015
commit f69c4d4b86ce70daffe8042a18ff8a46b8af8790
Author: Peter Palfrader <peter at palfrader.org>
Date: Wed Feb 4 16:55:49 2015 +0100
Fix an error message.
---
guardfraction_cron.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guardfraction_cron.sh b/guardfraction_cron.sh
index a5d5f75..e52da5e 100755
--- a/guardfraction_cron.sh
+++ b/guardfraction_cron.sh
@@ -26,7 +26,7 @@ GUARDFRACTION_OUTPUT_FILE="$STATE_DIR/guardfraction.output"
# Use flock to avoid parallel runs of the script
exec 9< "$STATE_DIR"
if ! flock -n -e 9; then
- echo >&2 "LOCK-ERROR"
+ echo >&2 "Could not acquire lock on $STATE_DIR."
exit 1
fi
More information about the tor-commits
mailing list