summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-28 13:46:36 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-28 13:46:36 +0200
commit722aa0353914f07531867bee147149895324a964 (patch)
tree8f4f772a233f1f26ffb92fef5f3e57e55222b311
parentb9797eb8e561745a6ff1ee643630c45dc5bfb2e3 (diff)
Add a log message.
-rw-r--r--src/tools/dcpomatic_disk.cc1
1 files changed, 1 insertions, 0 deletions
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 ();
}