modified logline to adhere to settings file
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6359 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1d102b08cd
commit
551aa4c1d3
@ -396,7 +396,7 @@ status_t SET_DISPLAY_MODE(display_mode *mode_to_set)
|
||||
if ((target.flags & DUALHEAD_BITS) && (si->ps.card_type <= G400MAX))
|
||||
gx00_maven_clrline();
|
||||
|
||||
MSG(("SETMODE: booted since %f mS\n", system_time()/1000.0));
|
||||
LOG(1,("SETMODE: booted since %f mS\n", system_time()/1000.0));
|
||||
|
||||
/* enable interrupts using the kernel driver */
|
||||
interrupt_enable(true);
|
||||
|
@ -139,7 +139,7 @@ status_t SET_DISPLAY_MODE(display_mode *mode_to_set)
|
||||
/* log currently selected output */
|
||||
nm_general_output_select();
|
||||
|
||||
MSG(("SETMODE: booted since %f mS\n", system_time()/1000.0));
|
||||
LOG(1,("SETMODE: booted since %f mS\n", system_time()/1000.0));
|
||||
|
||||
/* enable interrupts using the kernel driver */
|
||||
interrupt_enable(true);
|
||||
|
Loading…
Reference in New Issue
Block a user