mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 02:07:35 +00: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;
|
m_lock = 0;
|
||||||
}
|
}
|
||||||
dbgprintf("donate to %d\n", m_holder);
|
donate(m_holder);
|
||||||
int rc = donate(m_holder);
|
|
||||||
if (rc < 0)
|
|
||||||
dbgprintf("donate: %s\n", strerror(errno));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue