Fix path fetching for Tracks.
This commit is contained in:
parent
44e4564f1c
commit
269f422b63
3 changed files with 15 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue