mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 18:28:12 +00:00
WindowServer+LibVT: Convert some dbgprintf() to dbg()
These kept annoying me, because these were the only two lines in the default boot log that went unattributed.
This commit is contained in:
parent
7861ebaad7
commit
1671e1ac92
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ TerminalWidget::TerminalWidget(int ptm_fd, bool automatic_size_policy, RefPtr<Co
|
|||
};
|
||||
set_scroll_length(m_config->read_num_entry("Window", "ScrollLength", 4));
|
||||
|
||||
dbgprintf("Terminal: Load config file from %s\n", m_config->file_name().characters());
|
||||
dbg() << "Load config file from " << m_config->file_name();
|
||||
m_cursor_blink_timer->set_interval(m_config->read_num_entry("Text",
|
||||
"CursorBlinkInterval",
|
||||
500));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue