From d98f9666930bd22b88b8485b0e3aeb16095d1f7f Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 5 May 2022 10:38:25 +0200 Subject: [PATCH] display: Extra spam message about what window a flip is done for --- panda/src/display/graphicsEngine.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/panda/src/display/graphicsEngine.cxx b/panda/src/display/graphicsEngine.cxx index c93228b7c5..4fcbd323a2 100644 --- a/panda/src/display/graphicsEngine.cxx +++ b/panda/src/display/graphicsEngine.cxx @@ -1678,7 +1678,8 @@ draw_bins(const GraphicsEngine::Windows &wlist, Thread *current_thread) { if (host->flip_ready()) { if (display_cat.is_spam()) { display_cat.spam() - << "Flipping window " << win->get_name() << "\n"; + << "Flipping window " << host->get_name() + << " before drawing window " << win->get_name() << "\n"; } { // We can't use a PStatGPUTimer before begin_frame, so when using