[user] Update logging and return in user apps
Update some userspace apps to return more distinct error messages and make better use of j6::syslog.
This commit is contained in:
@@ -97,7 +97,7 @@ main(int argc, const char **argv)
|
||||
if (result != j6_status_ok)
|
||||
break;
|
||||
|
||||
j6::syslog("uart driver: got %d bytes from channel", size);
|
||||
//j6::syslog("uart driver: got %d bytes from channel", size);
|
||||
com1.write(buffer, size);
|
||||
}
|
||||
if (result != j6_status_would_block)
|
||||
|
||||
Reference in New Issue
Block a user