Add a log message.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Apr 2020 11:46:36 +0000 (13:46 +0200)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Apr 2020 11:46:36 +0000 (13:46 +0200)
src/tools/dcpomatic_disk.cc

index 1d8fac83a1c78834af27c94243bf93f69726183f..3532560b7f1923a178eb2053e4fe67b268f3332b 100644 (file)
@@ -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 ();
                        }