From: Alex Tereschenko Date: Sat, 14 Nov 2015 18:25:50 +0000 (+0100) Subject: uart.c: fixed typo in debug output X-Git-Tag: v0.9.0~89 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=sidebyside;h=2dd46494ff87e2c6b7b75f88473d965b0888d794;p=contrib%2Fmraa.git uart.c: fixed typo in debug output Signed-off-by: Alex Tereschenko Signed-off-by: Brendan Le Foll --- diff --git a/src/uart/uart.c b/src/uart/uart.c index 4c56497..5fc0cc1 100644 --- a/src/uart/uart.c +++ b/src/uart/uart.c @@ -131,7 +131,7 @@ mraa_uart_init(int index) } if (mraa_is_sub_platform_id(index)) { - syslog(LOG_NOTICE, "pwm: Using sub platform is not supported"); + syslog(LOG_NOTICE, "uart: Using sub platform is not supported"); return NULL; }