Private
Public Access
2
0

usb.c: move usb platform not found msg to debug

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2015-07-31 11:21:29 +01:00
parent 7c5972ad15
commit 79e33890b6

View File

@@ -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) {