Fix path fetching for Tracks.

This commit is contained in:
Joshua Strobl 2021-06-29 12:57:52 +03:00
parent 44e4564f1c
commit 269f422b63
3 changed files with 15 additions and 12 deletions

View file

@ -273,7 +273,7 @@ void koto_config_load(
if (create_err != NULL) {
if (create_err->code != G_IO_ERROR_EXISTS) { // Not an error indicating the file already exists
g_message("Failed to create or open file: %s", create_err->message);
g_warning("Failed to create or open file: %s", create_err->message);
return;
}
}