diff options
Diffstat (limited to 'src/wx/video_view.cc')
| -rw-r--r-- | src/wx/video_view.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/video_view.cc b/src/wx/video_view.cc index c271cb65e..c658e3663 100644 --- a/src/wx/video_view.cc +++ b/src/wx/video_view.cc @@ -77,7 +77,7 @@ VideoView::get_next_frame (bool non_blocking) Butler::Error e; auto pv = butler->get_video (non_blocking ? Butler::Behaviour::NON_BLOCKING : Butler::Behaviour::BLOCKING, &e); if (e.code == Butler::Error::Code::DIED) { - LOG_ERROR ("Butler died with %1", e.summary()); + LOG_ERROR ("Butler died with {}", e.summary()); } if (!pv.first) { return e.code == Butler::Error::Code::AGAIN ? AGAIN : FAIL; |
