X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ffilm.cc;h=9fd8c7400b3f987344927812379ddc5c4ae2a9e2;hb=1104fed9f028f221f58bf1f7287d8cdf63835a47;hp=3985baf04ff90d4d5b4a42ef180c947861f22b26;hpb=61153e191b98a68e0ca6466ed260a632a584b619;p=dcpomatic.git diff --git a/src/lib/film.cc b/src/lib/film.cc index 3985baf04..9fd8c7400 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -253,7 +253,7 @@ Film::make_dcp (bool transcode) gethostname (buffer, sizeof (buffer)); 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 length %1", length().get())); 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", j2k_bandwidth()));