From: Youngjae Cho Date: Wed, 20 Nov 2019 05:51:27 +0000 (+0900) Subject: Fix logging location X-Git-Tag: accepted/tizen/unified/20200204.040829~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e451b31c74ee80db9426bbf33b3438ebb58db96;p=platform%2Fadaptation%2FRPI3%2Fdevice-manager-plugin-RPI3.git Fix logging location Change-Id: I4646d7e6dd0706e90f68bfc6108a2159cf9ff36c Signed-off-by: Youngjae Cho --- diff --git a/hw/udev.c b/hw/udev.c index 9067126..e0c0d13 100644 --- a/hw/udev.c +++ b/hw/udev.c @@ -59,7 +59,6 @@ static gboolean uevent_control_cb(GIOChannel *channel, return TRUE; } - _I("Set udev monitor buffer size %d", UDEV_MONITOR_SIZE); dev = udev_monitor_receive_device(info->mon); if (!dev) return TRUE; @@ -142,6 +141,7 @@ static int uevent_control_start(const char *type, goto stop; } + _I("Set udev monitor buffer size %d", UDEV_MONITOR_SIZE); ret = udev_monitor_set_receive_buffer_size(info->mon, UDEV_MONITOR_SIZE); if (ret != 0) {