aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/options.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-28 19:17:56 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-07-28 19:17:56 +0000
commita4784fa28c3b3a6bbf05746b1677151d89c60ea4 (patch)
tree6129df958890808e11243265c42daa3118c29b9e /include/asterisk/options.h
parente2c714c0cff1a5c76c83a9b4280d5fad6ddae714 (diff)
As discussed and decided on the asterisk-dev mailing list ...
- Fix some breakage I introduced a while ago that made the timestamps option not functional for CLI verbose output. - Remove the use of the timestamps option for log output, since it was not functional. - clarify text referring to the timestamps option so that it is clear that it only applies to CLI verbose output git-svn-id: http://svn.digium.com/svn/asterisk/trunk@38439 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk/options.h')
-rw-r--r--include/asterisk/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/options.h b/include/asterisk/options.h
index c0b8a433e..3f7569ca1 100644
--- a/include/asterisk/options.h
+++ b/include/asterisk/options.h
@@ -60,7 +60,7 @@ enum ast_option_flags {
AST_OPT_FLAG_DUMP_CORE = (1 << 12),
/*! Cache sound files */
AST_OPT_FLAG_CACHE_RECORD_FILES = (1 << 13),
- /*! Display timestamp in log messages */
+ /*! Display timestamp in CLI verbose output */
AST_OPT_FLAG_TIMESTAMP = (1 << 14),
/*! Override config */
AST_OPT_FLAG_OVERRIDE_CONFIG = (1 << 15),