From: zmike Date: Sat, 18 Jan 2014 06:56:12 +0000 (-0500) Subject: SHUT UP ELM PREFS!!!!!!!!!! X-Git-Tag: upstream/1.20.0~7116^2~14^2~3374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bf3f4781c796ffd910a6a61f9ee195d41091ed19;p=platform%2Fupstream%2Fefl.git 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. --- diff --git a/legacy/elementary/src/lib/elm_prefs.c b/legacy/elementary/src/lib/elm_prefs.c index cdd4800..d03268a 100644 --- a/legacy/elementary/src/lib/elm_prefs.c +++ b/legacy/elementary/src/lib/elm_prefs.c @@ -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;