Debug output level (error, warning, info) is now selectable on a per-subsystem, per-driver basis

This commit is contained in:
Gregory Nutt
2016-06-12 13:08:23 -06:00
parent cf4075c741
commit f3ec664f63
3 changed files with 810 additions and 189 deletions
+415 -34
View File
File diff suppressed because it is too large Load Diff
+394 -154
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -102,7 +102,7 @@ int pthread_mutex_unlock(FAR pthread_mutex_t *mutex)
{
/* No... return an error (default behavior is like PTHREAD_MUTEX_ERRORCHECK) */
serr(ERROR: "Holder=%d returning EPERM\n", mutex->pid);
serr("ERROR: Holder=%d returning EPERM\n", mutex->pid);
ret = EPERM;
}