mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Everywhere: Convert a bunch of dbgprintf() to dbgln()
This commit is contained in:
@@ -150,7 +150,7 @@ void Object::custom_event(CustomEvent&)
|
||||
void Object::start_timer(int ms, TimerShouldFireWhenNotVisible fire_when_not_visible)
|
||||
{
|
||||
if (m_timer_id) {
|
||||
dbgprintf("Object{%p} already has a timer!\n", this);
|
||||
dbgln("{} {:p} already has a timer!", class_name(), this);
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user