[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3761 - GNUnet/src/include
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3761 - GNUnet/src/include |
Date: |
Mon, 13 Nov 2006 20:47:15 -0800 (PST) |
Author: grothoff
Date: 2006-11-13 20:47:14 -0800 (Mon, 13 Nov 2006)
New Revision: 3761
Modified:
GNUnet/src/include/gnunet_util_getopt.h
Log:
set loglevel option correctly, mantis #1150
Modified: GNUnet/src/include/gnunet_util_getopt.h
===================================================================
--- GNUnet/src/include/gnunet_util_getopt.h 2006-11-14 04:34:40 UTC (rev
3760)
+++ GNUnet/src/include/gnunet_util_getopt.h 2006-11-14 04:47:14 UTC (rev
3761)
@@ -162,7 +162,7 @@
* Set the configuration option for logging.
*/
#define COMMAND_LINE_OPTION_LOGGING \
- { 'L', "log", "LOGLEVEL", gettext_noop("configure logging to use LOGLEVEL"),
1, &gnunet_getopt_configure_set_option, "GNUNET:LOGGING" }
+ { 'L', "log", "LOGLEVEL", gettext_noop("configure logging to use LOGLEVEL"),
1, &gnunet_getopt_configure_set_option, "LOGGING:USER-LEVEL" }
/**
* Set the configuration option for increasing verbosity.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3761 - GNUnet/src/include,
grothoff <=