[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:
Justin C. Miller
2023-07-10 01:41:55 -07:00
parent 4bf03266a9
commit a449a88395
3 changed files with 8 additions and 7 deletions

View File

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