From fdcad71f7d1ddd3691850b0a5bdde86f44ebe1e8 Mon Sep 17 00:00:00 2001 From: zmike Date: Sat, 18 Jan 2014 01:56:12 -0500 Subject: [PATCH] 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. --- src/lib/elm_prefs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_prefs.c b/src/lib/elm_prefs.c index cdd48008f..d03268a55 100644 --- a/src/lib/elm_prefs.c +++ b/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; -- 2.34.1