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