logerror to osd_printf_verbose for osd (nw)

This commit is contained in:
Miodrag Milanovic 2015-11-09 08:36:54 +01:00
parent 0b22f41498
commit 0f07b50595

View File

@ -967,7 +967,7 @@ void winwindow_ui_pause_from_main_thread(running_machine &machine, int pause)
}
if (LOG_TEMP_PAUSE)
machine.logerror("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
osd_printf_verbose("winwindow_ui_pause_from_main_thread(): %d --> %d\n", old_temp_pause, ui_temp_pause);
}
@ -1858,7 +1858,7 @@ void win_window_info::adjust_window_position_after_major_change()
{
win_physical_width = newrect.width();
win_physical_height = newrect.height();
machine().logerror("Physical width %d, height %d\n",win_physical_width,win_physical_height);
osd_printf_verbose("Physical width %d, height %d\n",win_physical_width,win_physical_height);
}
}