syslog: unify error msg style
syslog messages should be written as <module>: Message in order to increase readability and usefulness Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ mraa_uart_init(int index)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
if ( mraa_setup_uart(index) != MRAA_SUCCESS)
|
||||
if (mraa_setup_uart(index) != MRAA_SUCCESS)
|
||||
return NULL;
|
||||
|
||||
mraa_uart_context dev = (mraa_uart_context) malloc(sizeof(struct _uart));
|
||||
|
||||
Reference in New Issue
Block a user