diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:54:36 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 22:54:36 +0000 |
| commit | c19a3e0b6fdd8b129caf7c56336215ba5df282ec (patch) | |
| tree | e4d82983db2fcaba7e95a5a09cfdf86887e35097 /src/wx/controls.cc | |
| parent | 3bc475617d5aceb54b09cc1f2fd5f8de77db55e8 (diff) | |
swaroop: various logging fixes.
Diffstat (limited to 'src/wx/controls.cc')
| -rw-r--r-- | src/wx/controls.cc | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
