Commit 5327ea13 authored by Max Kellermann's avatar Max Kellermann

PlaylistSave: eliminate the last g_warning() call

parent be8ceae6
......@@ -119,7 +119,8 @@ playlist_load_spl(struct playlist *playlist, struct player_control *pc,
const char *path_utf8 = uri_utf8.c_str() + 7;
if (playlist->AppendFile(*pc, path_utf8) != PLAYLIST_RESULT_SUCCESS)
g_warning("can't add file \"%s\"", path_utf8);
FormatError(playlist_domain,
"can't add file \"%s\"", path_utf8);
continue;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment