PlaylistSave: eliminate the last g_warning() call

This commit is contained in:
Max Kellermann 2013-10-17 01:15:54 +02:00
parent be8ceae6e6
commit 5327ea13ac

View File

@ -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;
}