summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpavelxdd <pavel.otchertsov@gmail.com>2016-12-12 19:39:00 +0300
committerwm4 <wm4@nowhere>2016-12-14 20:45:58 +0100
commit544110bf430f34b75d86dd0ea416f8c5e5f9386d (patch)
tree8b36e6f6587c83d7c84fd5711b0c87239efd3e47
parenta6035439a9abc531f9229842708b89750fec82fd (diff)
downloadmpv-544110bf430f34b75d86dd0ea416f8c5e5f9386d.tar.bz2
mpv-544110bf430f34b75d86dd0ea416f8c5e5f9386d.tar.xz
win32: change the log level of 'move window' msg
It does more harm than good, since it spams terminal a lot
-rw-r--r--video/out/w32_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/w32_common.c b/video/out/w32_common.c
index 5754a670de..0de9148257 100644
--- a/video/out/w32_common.c
+++ b/video/out/w32_common.c
@@ -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: {