light: fix "options summary" log header

This commit is contained in:
Eric Wasylishen 2016-09-19 14:46:16 -06:00
parent 4ec0a62ce8
commit 05251d9e1a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void FixupGlobalSettings() {
static void
PrintOptionsSummary(void)
{
logprint("Options summary:\n");
logprint("--- OptionsSummary ---\n");
settingsdict_t sd = cfg_static.settings();