[Telepathy-commits] [telepathy-glib/master] DbusPropertiesMixin: Cosmetic fix to a critical error

Sjoerd Simons "Sjoerd Simonssjoerd" at luon.net
Tue Aug 19 11:08:03 PDT 2008


---
 telepathy-glib/dbus-properties-mixin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/dbus-properties-mixin.c b/telepathy-glib/dbus-properties-mixin.c
index bfc3736..a0df7e2 100644
--- a/telepathy-glib/dbus-properties-mixin.c
+++ b/telepathy-glib/dbus-properties-mixin.c
@@ -380,7 +380,7 @@ link_interface (GType type,
       if (prop_impl->mixin_priv == NULL)
         {
           g_critical ("%s tried to implement nonexistent property %s"
-              "on interface %s", g_type_name (type), prop_impl->name,
+              " on interface %s", g_type_name (type), prop_impl->name,
               iface_impl->name);
           return FALSE;
         }
-- 
1.5.6.3



More information about the Telepathy-commits mailing list