mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 18:45:36 +00:00
mutex: Remove spamming log
This commit is contained in:
parent
c9063a644e
commit
8029325b3e
@ -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…
Reference in New Issue
Block a user