e_dbus: Fix typo.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Sep 2009 17:41:09 +0000 (17:41 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 21 Sep 2009 17:41:09 +0000 (17:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@42602 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/nm/e_nm_util.c

index e9010c3..1f2d123 100644 (file)
@@ -116,7 +116,7 @@ property_basic(DBusMessageIter *iter, const char *sig, void *value)
 
   if ((value) && (!sig))
   {
-    _EDBUS_LOG_ERR("Can't have value and no sig");
+    E_DBUS_LOG_ERR("Can't have value and no sig");
     return NULL;
   }
   if (sig)