Commit 02e0c920 authored by Dominik Charousset's avatar Dominik Charousset

Add missing whitespace

parent dd132f24
...@@ -149,7 +149,7 @@ actor_system_config::actor_system_config() ...@@ -149,7 +149,7 @@ actor_system_config::actor_system_config()
.add(logger_console_format, "console-format", .add(logger_console_format, "console-format",
"sets the line format for printing individual log entires") "sets the line format for printing individual log entires")
.add<atom_value>("console-verbosity", .add<atom_value>("console-verbosity",
"sets the console output verbosity" "sets the console output verbosity "
"(quiet|error|warning|info|debug|trace)") "(quiet|error|warning|info|debug|trace)")
.add(logger_component_filter, "component-filter", .add(logger_component_filter, "component-filter",
"exclude all listed components from logging") "exclude all listed components from logging")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment