mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-03 07:36:20 +00:00
mutex: Remove spamming log
This commit is contained in:
parent
c9063a644e
commit
8029325b3e
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ int PthreadMutex::SelfLock(const OrbisKernelTimespec* abstime, u64 usec) {
|
|||
* POSIX specifies that mutexes should return
|
||||
* EDEADLK if a recursive lock is detected.
|
||||
*/
|
||||
LOG_ERROR(Lib_Kernel, "Mutex deadlock possibly occured");
|
||||
return POSIX_EDEADLK;
|
||||
}
|
||||
case PthreadMutexType::Normal: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue