diff --git a/comar/src/loop.c b/comar/src/loop.c index 06b829f331058857241566c3ea5be1d114a3a984..4e6c8a963e56b44b97b8b813c2db985da1035f1d 100644 --- a/comar/src/loop.c +++ b/comar/src/loop.c @@ -122,6 +122,8 @@ handle_message(DBusMessage *msg) const char *iface = dbus_message_get_interface(msg); const char *path = dbus_message_get_path(msg); + log_debug("Forked new process for '%s.%s' - '%s'\n", iface, method, path); + if (method == NULL || path == NULL || method == NULL) { bus_reply_unknown_method(msg); }