From: Brendan Le Foll Date: Fri, 31 Jul 2015 10:21:29 +0000 (+0100) Subject: usb.c: move usb platform not found msg to debug X-Git-Tag: v0.8.0~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e33890b69c47eaafef3986a6807c656ebb56a1;p=contrib%2Fmraa.git usb.c: move usb platform not found msg to debug Signed-off-by: Brendan Le Foll --- diff --git a/src/usb/usb.c b/src/usb/usb.c index 5154a3e..24888e3 100644 --- a/src/usb/usb.c +++ b/src/usb/usb.c @@ -52,7 +52,8 @@ mraa_usb_platform_extender(mraa_board_t* board) break; #endif default: - syslog(LOG_ERR, "Unknown USB Platform Extender, currently not supported by MRAA"); + // this is not an error but more that we didn't find a USB platform extender we recognise + syslog(LOG_DEBUG, "Unknown USB Platform Extender, currently not supported by MRAA"); } if (sub_plat != NULL) {