mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix parsing of log config file without [output] sections.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15553 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -283,7 +283,7 @@ qof_log_parse_log_config(const char *filename)
|
||||
g_strfreev(levels);
|
||||
}
|
||||
|
||||
if (g_key_file_has_group(conf, levels_group))
|
||||
if (g_key_file_has_group(conf, output_group))
|
||||
{
|
||||
gsize num_outputs;
|
||||
int output_idx;
|
||||
|
||||
Reference in New Issue
Block a user