SHUT UP ELM PREFS!!!!!!!!!!

seriously, this is and has been bullshit since it was added. I don't need an error message every time I do ANYTHING just because some module has never been found.
This commit is contained in:
zmike 2014-01-18 01:56:12 -05:00
parent 1d4504442a
commit bf3f4781c7
1 changed files with 1 additions and 1 deletions

View File

@ -2135,7 +2135,7 @@ _elm_prefs_init(void)
if (!(m = _elm_module_find_as("prefs_iface")))
{
ERR("prefs iface module could not be loaded,"
DBG("prefs iface module could not be loaded,"
" the prefs widget won't function");
return;