From 375e218880e71811bc1f13714f40d45784018661 Mon Sep 17 00:00:00 2001 From: "jinhyung.jo" Date: Wed, 8 Jul 2015 15:49:28 +0900 Subject: [PATCH] hwkey: Delete unnecessary logs These logs are duplicated each other and Qt5 UI outputs the log look good. Change-Id: I9a728715a34b85fdb22c997ebc7f5a4dc7497586 Signed-off-by: Jinhyung Jo --- tizen/src/hw/virtio/maru_virtio_hwkey.c | 2 +- tizen/src/skin/maruskin_operation.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen/src/hw/virtio/maru_virtio_hwkey.c b/tizen/src/hw/virtio/maru_virtio_hwkey.c index 8d010bc..ab4b710 100644 --- a/tizen/src/hw/virtio/maru_virtio_hwkey.c +++ b/tizen/src/hw/virtio/maru_virtio_hwkey.c @@ -158,7 +158,7 @@ void maru_virtio_hwkey_notify(void) /* get hwkey event from host queue */ event_entry = QTAILQ_FIRST(&events_queue); - printf("keycode=%d, event_type=%d, event_queue_cnt=%d, vqidx=%d\n", + TRACE("keycode=%d, event_type=%d, event_queue_cnt=%d, vqidx=%d\n", event_entry->hwkey.keycode, event_entry->hwkey.event_type, event_queue_cnt, vqidx); diff --git a/tizen/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index e38fd25..3ab6046 100644 --- a/tizen/src/skin/maruskin_operation.c +++ b/tizen/src/skin/maruskin_operation.c @@ -290,7 +290,7 @@ void do_keyboard_key_event(int event_type, void do_hw_key_event(int event_type, int keycode) { - INFO("HW Key : event_type=%d, keycode=%d\n", event_type, keycode); + TRACE("HW Key : event_type=%d, keycode=%d\n", event_type, keycode); // TODO: remove workaround if (runstate_check(RUN_STATE_SUSPENDED)) { -- 2.7.4