[tor-commits] [stegotorus/master] oops, too much error checking -- 2nd try

zwol at torproject.org zwol at torproject.org
Fri Jul 20 23:17:06 UTC 2012


commit 68d6f802ac1ca1c5bef144d9e69212506acef280
Author: Linda Briesemeister <linda.briesemeister at sri.com>
Date:   Mon Jan 9 15:19:07 2012 +0000

    oops, too much error checking -- 2nd try
    
    git-svn-id: svn+ssh://spartan.csl.sri.com/svn/private/DEFIANCE@207 a58ff0ac-194c-e011-a152-003048836090
---
 scripts/start-stegotorus.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/start-stegotorus.sh b/scripts/start-stegotorus.sh
index 69be986..647bc85 100644
--- a/scripts/start-stegotorus.sh
+++ b/scripts/start-stegotorus.sh
@@ -69,7 +69,7 @@ done
 
 # test if $LOG is valid
 case $LOG in
-    debug|warn|error)
+    debug|warn|error|info)
 	;;
     *) 
 	usage "Unknown log level given: $LOG"; exit 1





More information about the tor-commits mailing list