Distinguish master DoM encode threads count from the server count.
[dcpomatic.git] / src / lib / film.cc
index 82a40d5c4390eec070a47ba42b562793a60af8a6..218dc58efcc31e080eb4400ad0ef26f2d17cc729 100644 (file)
@@ -335,7 +335,7 @@ Film::make_dcp ()
        if (Config::instance()->only_servers_encode ()) {
                LOG_GENERAL_NC ("0 threads: ONLY SERVERS SET TO ENCODE");
        } else {
-               LOG_GENERAL ("%1 threads", Config::instance()->num_local_encoding_threads());
+               LOG_GENERAL ("%1 threads", Config::instance()->master_encoding_threads());
        }
        LOG_GENERAL ("J2K bandwidth %1", j2k_bandwidth());