Add a log for debugging 27/199027/1
authorjusung son <jusung07.son@samsung.com>
Fri, 1 Feb 2019 01:46:40 +0000 (10:46 +0900)
committerjusung son <jusung07.son@samsung.com>
Fri, 1 Feb 2019 01:46:40 +0000 (10:46 +0900)
Change-Id: Iaff0c0a1786dcf8e8ada805288a76a491a55cba0
Signed-off-by: jusung son <jusung07.son@samsung.com>
src/message_port_local.c

index a4d83cb..6de9c79 100755 (executable)
@@ -1216,6 +1216,9 @@ int remove_registration_event_cb(int watcher_id)
        if (registered_cb_info == NULL)
                return MESSAGE_PORT_ERROR_INVALID_PARAMETER;
 
+       _LOGI("unwatch_remote_port [%s : %s : %d] ", registered_cb_info->remote_app_id,
+               registered_cb_info->remote_port, watcher_id);
+
        remove_result = g_hash_table_remove(__registered_callback_info_hash, GINT_TO_POINTER(watcher_id));
        if (!remove_result)
                return MESSAGE_PORT_ERROR_IO_ERROR;