diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-01-11 12:54:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-01-11 12:54:02 +0000 |
| commit | 9cec72e1d8a6ef5b4fdb656a9b7713ea750548e3 (patch) | |
| tree | 348502b42126e737b1750f57d494ac49017a44ec | |
| parent | bf596f1dca9c2b08e6208d78ebd6e4e284ca2d9e (diff) | |
A couple more things in the log.
| -rw-r--r-- | src/lib/film.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 7daf825af..8fd8efc3a 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -247,6 +247,9 @@ Film::make_dcp (bool transcode) log()->log (String::compose ("Starting to make DCP on %1", buffer)); log()->log (String::compose ("Content is %1; type %2", content_path(), (content_type() == STILL ? "still" : "video"))); log()->log (String::compose ("Content length %1", length())); + log()->log (String::compose ("Content digest %1", content_digest())); + log()->log (String::compose ("%1 threads", Config::instance()->num_local_encoding_threads())); + log()->log (String::compose ("J2K bandwidth %1", Config::instance()->j2k_bandwidth())); } if (format() == 0) { |
