fixup! Add some logging to notify_post(). 108-disk-writer
authorCarl Hetherington <cth@carlh.net>
Thu, 20 Jan 2022 16:06:50 +0000 (17:06 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 20 Jan 2022 16:06:50 +0000 (17:06 +0100)
src/tools/dcpomatic_disk.cc

index 772eaea910cfd6d4c39b24ebcea53d2b4fbf0a81..df9392f1c58bf166d0ba80bad39fd80d08d92a5f 100644 (file)
@@ -169,7 +169,7 @@ public:
                LOG_DISK_NC("Sending notification to writer daemon");
                auto result = notify_post ("com.dcpomatic.disk.writer.start");
                if (result != NOTIFY_STATUS_OK ) {
-                       LOG_DISK_NC("Notification did not return OK: %1", result);
+                       LOG_DISK("Notification did not return OK: %1", result);
                        switch (result) {
                        case NOTIFY_STATUS_INVALID_NAME:
                                LOG_DISK_NC("i.e. INVALID_NAME");