mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 14:35:57 +01:00
chore(logging): change config file error to info
This commit is contained in:
parent
6cec421f92
commit
657b9edad5
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void init_config(char ** const configfile, struct xdpw_config *config) {
|
|||
|
||||
default_config(config);
|
||||
if (*configfile == NULL) {
|
||||
logprint(ERROR, "config: no config file found");
|
||||
logprint(INFO, "config: no config file found, using the default config");
|
||||
return;
|
||||
}
|
||||
if (ini_parse(*configfile, handle_ini_config, config) < 0) {
|
||||
|
|
Loading…
Reference in a new issue