Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info().

This commit is contained in:
Gregory Nutt
2016-06-20 11:59:15 -06:00
parent d40a473f72
commit 43eb04bb8f
329 changed files with 2252 additions and 2478 deletions
+2 -2
View File
@@ -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 */