diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-30 20:07:46 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-30 20:07:46 +0200 |
| commit | 3ee6f2e6ee3682fd1eebfd15c2d61588587e7096 (patch) | |
| tree | b41f8de2effc88134a11adff93935c2b788d56b7 /src/tools/dcpomatic_disk.cc | |
| parent | 4c435d735b010929dfb222e2da0cf90205e6a6c1 (diff) | |
Add git commits to writer log files.v2.15.68
Diffstat (limited to 'src/tools/dcpomatic_disk.cc')
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 3532560b7..6f72bfed0 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -34,6 +34,7 @@ #include "lib/copy_to_drive_job.h" #include "lib/job_manager.h" #include "lib/disk_writer_messages.h" +#include "lib/version.h" #include <wx/wx.h> #include <boost/process.hpp> #ifdef DCPOMATIC_WINDOWS @@ -112,7 +113,7 @@ public: */ dcpomatic_log.reset(new FileLog(config_path() / "disk.log")); dcpomatic_log->set_types (dcpomatic_log->types() | LogEntry::TYPE_DISK); - LOG_DISK_NC("dcpomatic_disk started"); + LOG_DISK("dcpomatic_disk %1 started", dcpomatic_git_commit); drive_refresh (); |
