emotion: lower severity of a simple warning.

This commit is contained in:
Cedric BAIL 2014-02-21 15:08:26 +09:00
parent 40b02730a3
commit baf558a5c5
1 changed files with 3 additions and 1 deletions

View File

@ -1831,7 +1831,9 @@ _players_load(void)
_players_all_from(buf);
if (!_generic_players)
ERR("no generic players available");
{
WRN("no generic players available");
}
else
{
const Eina_List *n;