[tor-commits] [obfsproxy/master] Say in the usage string that notice is the default logging severity.

nickm at torproject.org nickm at torproject.org
Mon Feb 13 15:44:53 UTC 2012


commit 044168b0feedf2c2b1531e78080f672bbf3d5329
Author: Karsten Loesing <karsten.loesing at gmx.net>
Date:   Sun Feb 12 10:21:09 2012 +0100

    Say in the usage string that notice is the default logging severity.
---
 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main.c b/src/main.c
index e7671c8..6540ab0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -52,7 +52,7 @@ usage(void)
   fprintf(stderr, "\n* obfsproxy_args:\n"
           "--log-file=<file> ~ set logfile\n"
           "--log-min-severity=warn|notice|info|debug ~ "
-          "set minimum logging severity\n"
+          "set minimum logging severity (default: notice)\n"
           "--no-log ~ disable logging\n");
 
   exit(1);





More information about the tor-commits mailing list