steamcompmgr: show which window we're pushing commit waits for.

This commit is contained in:
Pierre-Loup A. Griffais 2020-09-01 18:03:09 -07:00
parent 8854cd8bd6
commit b196cd063b

View file

@ -2419,7 +2419,7 @@ void check_new_wayland_res( void )
continue; continue;
} }
gpuvis_trace_printf( "pushing wait for commit %lu\n", newCommit.commitID ); gpuvis_trace_printf( "pushing wait for commit %lu win %lx\n", newCommit.commitID, w->id );
{ {
std::unique_lock< std::mutex > lock( waitListLock ); std::unique_lock< std::mutex > lock( waitListLock );