summaryrefslogtreecommitdiff
path: root/src/wx/gl_video_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/gl_video_view.cc')
-rw-r--r--src/wx/gl_video_view.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.cc b/src/wx/gl_video_view.cc
index 1ac949759..9e53248f6 100644
--- a/src/wx/gl_video_view.cc
+++ b/src/wx/gl_video_view.cc
@@ -138,6 +138,8 @@ GLVideoView::check_for_butler_errors()
} catch (dcp::ReadError& e) {
error_dialog(get(), wxString::Format(_("Could not read DCP: %s"), std_to_wx(e.what())));
}
+
+ LOG_DEBUG_PLAYER("Latency %1", _viewer->average_latency());
}