Without lowsyslog() *llerr() is not useful. Eliminate and replace with *err().

This commit is contained in:
Gregory Nutt
2016-06-20 12:44:38 -06:00
parent 43eb04bb8f
commit 2a751068e6
93 changed files with 310 additions and 551 deletions
+1 -1
View File
@@ -786,7 +786,7 @@ static void stmpe811_timeout(int argc, uint32_t arg1, ...)
ret = work_queue(HPWORK, &priv->timeout, stmpe811_timeoutworker, priv, 0);
if (ret != 0)
{
illerr("ERROR: Failed to queue work: %d\n", ret);
ierr("ERROR: Failed to queue work: %d\n", ret);
}
}
}