diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-20 08:08:24 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-20 08:08:24 +0200 |
commit | 33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab (patch) | |
tree | 330d8ad4521c13a082532d01730af98e70f43aa0 /src/plugins/logger/logger-config.c | |
parent | 292830b5bf103bbef7b3b3ee079433c6e2385a46 (diff) | |
download | weechat-33a4b4b1fc0577bcbf88d6b2c80f003a92dc55ab.zip |
logger: evaluate content of option logger.file.path (issue #388)
Diffstat (limited to 'src/plugins/logger/logger-config.c')
-rw-r--r-- | src/plugins/logger/logger-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/logger/logger-config.c b/src/plugins/logger/logger-config.c index bd28960c5..cac61d8a9 100644 --- a/src/plugins/logger/logger-config.c +++ b/src/plugins/logger/logger-config.c @@ -470,7 +470,8 @@ logger_config_init () "path", "string", N_("path for WeeChat log files; \"%h\" at beginning of string is " "replaced by WeeChat home (\"~/.weechat\" by default); date " - "specifiers are permitted (see man strftime)"), + "specifiers are permitted (see man strftime) " + "(note: content is evaluated, see /help eval)"), NULL, 0, 0, "%h/logs/", NULL, 0, NULL, NULL, &logger_config_change_file_option_restart_log, NULL, NULL, NULL); logger_config_file_replacement_char = weechat_config_new_option ( |