[client] report locking mode used for diagnostics

This commit is contained in:
Geoffrey McRae
2017-12-21 01:35:36 +11:00
parent 58ed978767
commit c5cbb948e2
2 changed files with 3 additions and 0 deletions

View File

@@ -642,6 +642,7 @@ static bool try_renderer(const int index, const LG_RendererParams lgrParams, Uin
int run()
{
DEBUG_INFO("Looking Glass (" BUILD_VERSION ")");
DEBUG_INFO("Locking Method: " LG_LOCK_MODE);
memset(&state, 0, sizeof(state));
state.running = true;