Kaydet (Commit) 2bbdd002 authored tarafından Bahadır Kandemir's avatar Bahadır Kandemir

Show debug log for forked processes

üst 04dc545f
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment