Skip to content

Commit 1a0ba7b

Browse files
committed
Merge pull request #40 from veox/bugfix-debug-file-string
config: Fix invalid config_type description string ('output_file' -> 'debug_file').
2 parents 995d579 + 5db07de commit 1a0ba7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const options_description config_type::load_settings()
189189
"The peer cache file path, defaults to 'hosts'."
190190
)
191191
(
192-
"logging.output_file",
192+
"logging.debug_file",
193193
value<path>(&settings.debug_file)->default_value("debug.log"),
194194
"The debug log file path, defaults to 'debug.log'."
195195
)

0 commit comments

Comments
 (0)