e_dbus/connman: downgrade log message to DBG
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Nov 2011 00:49:39 +0000 (00:49 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 10 Nov 2011 00:49:39 +0000 (00:49 +0000)
Some dict entries may not be available depending on the dictionary so
don't warn about it.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@65000 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/connman/e_connman_element.c

index 5955fad..94a3b03 100644 (file)
@@ -1851,7 +1851,7 @@ e_connman_element_property_dict_get_stringshared(const E_Connman_Element *elemen
         }
    }
 
-   WRN("element %s (%p) has no property with name \"%s\".",
+   DBG("element %s (%p) has no property with name \"%s\".",
        element->path, element, dict_name);
    return EINA_FALSE;
 }