From: Carl Hetherington Date: Tue, 28 Apr 2020 11:46:36 +0000 (+0200) Subject: Add a log message. X-Git-Tag: v2.15.66~3 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=722aa0353914f07531867bee147149895324a964;p=dcpomatic.git Add a log message. --- diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 1d8fac83a..3532560b7 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -176,6 +176,7 @@ private: return; } + LOG_DISK("Sending unmount request to disk writer for %1", drive.as_xml()); if (!_nanomsg.send(DISK_WRITER_UNMOUNT "\n", 2000)) { throw CommunicationFailedError (); }