dbus: info log messages for session notify

This commit is contained in:
Nedko Arnaudov 2011-08-07 05:32:19 +03:00
parent d9064f5866
commit e93e526957
1 changed files with 8 additions and 0 deletions

View File

@ -60,6 +60,8 @@ jack_controller_dbus_session_notify(
goto exit;
}
jack_info("Session notify initiated. target='%s', type=%"PRIu32", path='%s'", target, u32, path);
if (*target == 0)
{
target = NULL;
@ -82,6 +84,8 @@ jack_controller_dbus_session_notify(
goto exit;
}
jack_info("Session notify complete, commands follow:");
call->reply = dbus_message_new_method_return(call->message);
if (call->reply == NULL)
{
@ -123,12 +127,16 @@ jack_controller_dbus_session_notify(
goto close_struct;
}
jack_info("uuid='%s', client='%s', command='%s', flags=0x%"PRIX32, cmd_ptr->uuid, cmd_ptr->client_name, cmd_ptr->command, u32);
if (!dbus_message_iter_close_container(&array_iter, &struct_iter))
{
goto close_array;
}
}
jack_info("End of session commands.");
if (!dbus_message_iter_close_container(&top_iter, &array_iter))
{
goto unref;