swaroop: various logging fixes.
[dcpomatic.git] / src / wx / controls.cc
index 3df62fd31dd193bb8ee89f1cd0d587d6a0368bca..01b689c9ec4db4f5b766a7d08b2d8e6a1bb487f4 100644 (file)
@@ -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