mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 05:42:05 +08:00
Debug output level (error, warning, info) is now selectable on a per-subsystem, per-driver basis
This commit is contained in:
+394
-154
File diff suppressed because it is too large
Load Diff
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user