mirror of
https://github.com/mpv-player/mpv
synced 2025-03-30 15:29:56 +00:00
win32: change the log level of 'move window' msg
It does more harm than good, since it spams terminal a lot
This commit is contained in:
parent
a6035439a9
commit
544110bf43
@ -727,7 +727,7 @@ static LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam,
|
||||
signal_events(w32, VO_EVENT_WIN_STATE);
|
||||
|
||||
update_display_info(w32); // if we moved between monitors
|
||||
MP_VERBOSE(w32, "move window: %d:%d\n", w32->window_x, w32->window_y);
|
||||
MP_DBG(w32, "move window: %d:%d\n", w32->window_x, w32->window_y);
|
||||
break;
|
||||
}
|
||||
case WM_SIZE: {
|
||||
|
Loading…
Reference in New Issue
Block a user