mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
PhysicalPage: Use dbg() instead of dbgprintf()
This commit is contained in:
parent
24d2aeda8e
commit
3f2d5f2774
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void PhysicalPage::return_to_freelist() &&
|
|||
MM.deallocate_user_physical_page(move(*this));
|
||||
|
||||
#ifdef MM_DEBUG
|
||||
dbgprintf("MM: P%x released to freelist\n", m_paddr.get());
|
||||
dbg() << "MM: P" << String::format("%x", m_paddr.get()) << " released to freelist";
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue