diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-11-07 22:33:37 +0000 |
| commit | 87da92b45a9a0cf4ce809ea580a78c4dd5d96021 (patch) | |
| tree | 4aeb53945102dbbd373b522917b6878478f5d206 /src/lib/server.cc | |
| parent | 9980c40a47abe24f8dd3cb16e14ad4a3254a8465 (diff) | |
Remove log from ImageProxy hierarchy.
Diffstat (limited to 'src/lib/server.cc')
| -rw-r--r-- | src/lib/server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/server.cc b/src/lib/server.cc index a699be577..3583a19c0 100644 --- a/src/lib/server.cc +++ b/src/lib/server.cc @@ -112,7 +112,7 @@ Server::process (shared_ptr<Socket> socket, struct timeval& after_read, struct t return -1; } - shared_ptr<PlayerVideo> pvf (new PlayerVideo (xml, socket, _log)); + shared_ptr<PlayerVideo> pvf (new PlayerVideo (xml, socket)); DCPVideo dcp_video_frame (pvf, xml, _log); |
