mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 01:29:17 +00:00
SlavePTY: Use dbg() instead of dbgprintf()
This commit is contained in:
parent
63a27992e8
commit
1f13f51ebd
Notes:
sideshowbarker
2024-07-19 09:00:09 +09:00
Author: https://github.com/supercomputer7
Commit: 1f13f51ebd
Pull-request: https://github.com/SerenityOS/serenity/pull/1290
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ SlavePTY::SlavePTY(MasterPTY& master, unsigned index)
|
||||||
SlavePTY::~SlavePTY()
|
SlavePTY::~SlavePTY()
|
||||||
{
|
{
|
||||||
#ifdef SLAVEPTY_DEBUG
|
#ifdef SLAVEPTY_DEBUG
|
||||||
dbgprintf("~SlavePTY(%u)\n", m_index);
|
dbg() << "~SlavePTY(" << m_index << ")";
|
||||||
#endif
|
#endif
|
||||||
DevPtsFS::unregister_slave_pty(*this);
|
DevPtsFS::unregister_slave_pty(*this);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue