mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
GLock: Remove some debug spam.
This commit is contained in:
parent
500df578fe
commit
fceeb9b695
1 changed files with 1 additions and 4 deletions
|
@ -55,10 +55,7 @@ private:
|
|||
}
|
||||
m_lock = 0;
|
||||
}
|
||||
dbgprintf("donate to %d\n", m_holder);
|
||||
int rc = donate(m_holder);
|
||||
if (rc < 0)
|
||||
dbgprintf("donate: %s\n", strerror(errno));
|
||||
donate(m_holder);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue