SHUT UP ELM PREFS!!!!!!!!!!
authorzmike <michael.blumenkrantz@gmail.com>
Sat, 18 Jan 2014 06:56:12 +0000 (01:56 -0500)
committerzmike <michael.blumenkrantz@gmail.com>
Sat, 18 Jan 2014 06:57:01 +0000 (01:57 -0500)
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

index cdd4800..d03268a 100644 (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;