diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-01-20 17:06:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-01-20 17:06:50 +0100 |
| commit | eb11b014c75236463a948bd5b036414c4dca629c (patch) | |
| tree | b0ed8bb65c90c06e31a4b6148f8f0f364ee7111a /src/tools/dcpomatic_disk.cc | |
| parent | 8f29f6073baa12fe4e9c145e6d0cd0e0c97319ee (diff) | |
fixup! Add some logging to notify_post().108-disk-writer
Diffstat (limited to 'src/tools/dcpomatic_disk.cc')
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 772eaea91..df9392f1c 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -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"); |
