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
+1 -1
View File
@@ -212,7 +212,7 @@ int insmod(FAR const char *filename, FAR const char *modulename)
mod_dumploadinfo(&loadinfo);
if (ret != 0)
{
sinfo("ERROR: Failed to initialize to load module: %d\n", ret);
serr("ERROR: Failed to initialize to load module: %d\n", ret);
goto errout_with_lock;
}