summaryrefslogtreecommitdiff
path: root/src/lib/make_dcp.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-10-18 22:59:19 +0200
committerCarl Hetherington <cth@carlh.net>2023-11-29 21:20:31 +0100
commit0ebb0b0d8a43f3854e3f6cf4fa9a1eea3f3d636c (patch)
tree7f9a30d2f84667d86b1e44b4efec4e230fd3f2e8 /src/lib/make_dcp.cc
parente6822e23c6243dc09f12ceb8abf985278e90751a (diff)
Swap a log for a more informative one.
Diffstat (limited to 'src/lib/make_dcp.cc')
-rw-r--r--src/lib/make_dcp.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/lib/make_dcp.cc b/src/lib/make_dcp.cc
index d8d42f49a..ddd231243 100644
--- a/src/lib/make_dcp.cc
+++ b/src/lib/make_dcp.cc
@@ -91,11 +91,6 @@ make_dcp (shared_ptr<Film> film, TranscodeJob::ChangedBehaviour behaviour)
LOG_GENERAL ("Content: %1", content->technical_summary());
}
LOG_GENERAL ("DCP video rate %1 fps", film->video_frame_rate());
- if (Config::instance()->only_servers_encode()) {
- LOG_GENERAL_NC ("0 threads: ONLY SERVERS SET TO ENCODE");
- } else {
- LOG_GENERAL ("%1 threads", Config::instance()->master_encoding_threads());
- }
LOG_GENERAL ("J2K bandwidth %1", film->j2k_bandwidth());
auto tj = make_shared<DCPTranscodeJob>(film, behaviour);