Add Prores 4444 support (#2263).
[dcpomatic.git] / src / lib / copy_to_drive_job.cc
index 96f873cf61e75d99ccb659ff544cfb1485191463..9ddedfe62dfc8c946f38a1fd7a65755bf8bccd7d 100644 (file)
@@ -67,6 +67,7 @@ CopyToDriveJob::run ()
 {
        LOG_DISK("Sending write request to disk writer for %1 %2", _dcp.string(), _drive.device());
        if (!_nanomsg.send(String::compose(DISK_WRITER_WRITE "\n%1\n%2\n", _dcp.string(), _drive.device()), 2000)) {
+               LOG_DISK_NC("Failed to send write request.");
                throw CommunicationFailedError ();
        }