X-Git-Url: https://git.cworth.org/git?p=vogl;a=blobdiff_plain;f=src%2Fvoglcommon%2Fvogl_gl_replayer.cpp;h=2f7ef0abf6351fd3ea87901d9e009c9b7e602292;hp=2a91fe2cf2eae7efea643bc677c82853fca6b632;hb=b0a90365e384c01587189bd8d979861a60415a17;hpb=5b969d60b9958678106cb01c894d19ccee8fcc6d diff --git a/src/voglcommon/vogl_gl_replayer.cpp b/src/voglcommon/vogl_gl_replayer.cpp index 2a91fe2..2f7ef0a 100644 --- a/src/voglcommon/vogl_gl_replayer.cpp +++ b/src/voglcommon/vogl_gl_replayer.cpp @@ -3991,7 +3991,7 @@ vogl_gl_replayer::status_t vogl_gl_replayer::process_gl_entrypoint_packet_intern if (!vogl_display_list_state::is_call_listable(entrypoint_id, trace_packet)) { if (!g_vogl_entrypoint_descs[entrypoint_id].m_whitelisted_for_displaylists) - process_entrypoint_error("%s: Failed serializing trace packet into display list shadow! Call is not listable.\n", VOGL_FUNCTION_NAME); + process_entrypoint_error("%s: Failed serializing trace packet into display list shadow! Call is not whitelisted for display list usage by vogl.\n", VOGL_FUNCTION_NAME); else process_entrypoint_warning("%s: Failed serializing trace packet into display list shadow! Call with these parameters is not listable.\n", VOGL_FUNCTION_NAME); }