From c19a3e0b6fdd8b129caf7c56336215ba5df282ec Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 23 Dec 2018 22:54:36 +0000 Subject: swaroop: various logging fixes. --- src/wx/controls.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/wx/controls.cc') diff --git a/src/wx/controls.cc b/src/wx/controls.cc index 3df62fd31..01b689c9e 100644 --- a/src/wx/controls.cc +++ b/src/wx/controls.cc @@ -207,6 +207,12 @@ Controls::slider_moved (bool page) } _viewer->seek (t, false); update_position_label (); + + log ( + wxString::Format( + "playback-seeked %s", t.timecode(_film->video_frame_rate()).c_str() + ) + ); } void -- cgit v1.2.3