Skip to content

Commit

Permalink
mutex: Remove spamming log
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelthegreat authored Oct 27, 2024
1 parent 48a7bb1 commit 8daecbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/libraries/kernel/threads/mutex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 8daecbc

Please sign in to comment.