Fix deadlock.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2013 14:50:49 +0000 (15:50 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2013 14:50:49 +0000 (15:50 +0100)
src/lib/film.cc

index 217673a7f3c1a7e770a3e71b36217d4abd0c4795..1d4d050bcb9c0af541e02fed0839fd8e294e6cd2 100644 (file)
@@ -695,7 +695,7 @@ Film::read_metadata ()
                
        _dirty = false;
 
-       _log->log (String::compose ("Loaded film with use_content_audio = %1", use_content_audio ()));
+       _log->log (String::compose ("Loaded film with use_content_audio = %1", _use_content_audio));
 }
 
 libdcp::Size