summaryrefslogtreecommitdiff
path: root/src/wx/film_viewer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_viewer.cc')
-rw-r--r--src/wx/film_viewer.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc
index 8cc4776d1..9d024bca1 100644
--- a/src/wx/film_viewer.cc
+++ b/src/wx/film_viewer.cc
@@ -205,6 +205,7 @@ void
FilmViewer::seek_and_update (SourceFrame f)
{
if (_decoders.video->seek (f)) {
+ cout << "could not s&u to " << f << "\n";
return;
}