From 2dd46494ff87e2c6b7b75f88473d965b0888d794 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sat, 14 Nov 2015 19:25:50 +0100 Subject: [PATCH] uart.c: fixed typo in debug output Signed-off-by: Alex Tereschenko Signed-off-by: Brendan Le Foll --- src/uart/uart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4