mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 00:20:11 +01:00
logging: move config file logging options into their own section
This commit is contained in:
parent
da98780506
commit
adc9ef60fc
1 changed files with 2 additions and 2 deletions
|
|
@ -322,8 +322,8 @@ parse_config_file (const char *filename,
|
|||
|
||||
*dhcp_client = g_key_file_get_value (config, "main", "dhcp", NULL);
|
||||
|
||||
*log_level = g_key_file_get_value (config, "main", "log-level", NULL);
|
||||
*log_domains = g_key_file_get_value (config, "main", "log-domains", NULL);
|
||||
*log_level = g_key_file_get_value (config, "logging", "level", NULL);
|
||||
*log_domains = g_key_file_get_value (config, "logging", "domains", NULL);
|
||||
|
||||
g_key_file_free (config);
|
||||
return TRUE;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue