mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().
This commit is contained in:
@@ -284,7 +284,7 @@ int schedule_unload(pid_t pid, FAR struct binary_s *bin)
|
||||
/* The errno value will get trashed by the following debug output */
|
||||
|
||||
errorcode = get_errno();
|
||||
binfo("ERROR: sigprocmask failed: %d\n", ret);
|
||||
berr("ERROR: sigprocmask failed: %d\n", ret);
|
||||
goto errout;
|
||||
}
|
||||
|
||||
@@ -310,7 +310,7 @@ int schedule_unload(pid_t pid, FAR struct binary_s *bin)
|
||||
/* The errno value will get trashed by the following debug output */
|
||||
|
||||
errorcode = get_errno();
|
||||
binfo("ERROR: sigaction failed: %d\n" , ret);
|
||||
berr("ERROR: sigaction failed: %d\n" , ret);
|
||||
|
||||
/* Emergency removal from the list */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user