mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
fix: update log messages in load_include_one_configs
This commit is contained in:
parent
d5940c1cc8
commit
08dc98a09f
1 changed files with 1 additions and 1 deletions
|
|
@ -682,7 +682,7 @@ void load_include_one_configs(const char *pattern1, const char *pattern2,
|
||||||
list_free(loaded_basenames);
|
list_free(loaded_basenames);
|
||||||
|
|
||||||
if (chdir(wd) < 0) {
|
if (chdir(wd) < 0) {
|
||||||
sway_log(SWAY_ERROR, "failed to change working directory");
|
sway_log(SWAY_ERROR, "include_one: failed to change working directory");
|
||||||
}
|
}
|
||||||
cleanup:
|
cleanup:
|
||||||
free(parent_path);
|
free(parent_path);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue