diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-09-18 02:07:59 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-09-18 02:07:59 +0100 |
| commit | 3c1b239453936128d1711ffa063ad4e1617b3e40 (patch) | |
| tree | 060213367c651ca0ddccf1d9470b35886a687f6e /src/lib/dcp_video_frame.cc | |
| parent | 48794870183ac5c0dd2b4acc1f9c2e5d7349f284 (diff) | |
Sort of working log window.
Diffstat (limited to 'src/lib/dcp_video_frame.cc')
| -rw-r--r-- | src/lib/dcp_video_frame.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dcp_video_frame.cc b/src/lib/dcp_video_frame.cc index 91c441543..b128f6fa0 100644 --- a/src/lib/dcp_video_frame.cc +++ b/src/lib/dcp_video_frame.cc @@ -277,7 +277,7 @@ DCPVideoFrame::encode_locally () { stringstream s; - s << "Finished locally-encoded frame " << _frame << " length " << cio_tell (_cio); + s << "Finished locally-encoded frame " << _frame; _log->log (s.str ()); } @@ -342,7 +342,7 @@ DCPVideoFrame::encode_remotely (ServerDescription const * serv) { stringstream s; - s << "Finished remotely-encoded frame " << _frame << " length " << e->size(); + s << "Finished remotely-encoded frame " << _frame; _log->log (s.str ()); } |
