Changeset 16694
- Timestamp:
- 06/24/08 10:32:48 (3 months ago)
- Files:
-
- trunk/midgard/core/midgard/src/midgard_dbus.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/midgard/core/midgard/src/midgard_dbus.c
r16504 r16694 178 178 if(!remote_object) 179 179 return; 180 180 181 if(!DBUS_IS_G_PROXY(remote_object)) 182 g_debug("Do not send dbus message. No bus service"); 183 181 184 g_debug("%s, %s, %s", 182 185 dbus_g_proxy_get_bus_name(remote_object), … … 199 202 if(!remote_object) 200 203 return; 204 205 if(!DBUS_IS_G_PROXY(remote_object)) 206 g_debug("Do not send dbus message. No bus service"); 201 207 202 208 gchar *xml = midgard_replicator_serialize(NULL, object);
