diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-21 23:17:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-21 23:17:00 +0000 |
| commit | ad1ef39eda58b3a919ea3b7084401a0439409ec6 (patch) | |
| tree | 2bf2888a1a964f07b7dc318c7bf7dd73e1d61eb0 /src/lib/transcode_job.cc | |
| parent | fe8251bb73765b459042b0fa841dae2d440487fd (diff) | |
Tidy and fix logging.
Diffstat (limited to 'src/lib/transcode_job.cc')
| -rw-r--r-- | src/lib/transcode_job.cc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/transcode_job.cc b/src/lib/transcode_job.cc index 420f5a8d2..15711a796 100644 --- a/src/lib/transcode_job.cc +++ b/src/lib/transcode_job.cc @@ -29,16 +29,13 @@ #include "film.h" #include "encoder.h" #include "log.h" +#include "dcpomatic_log.h" #include "compose.hpp" #include <iostream> #include <iomanip> #include "i18n.h" -#define LOG_GENERAL(...) _film->log()->log (String::compose (__VA_ARGS__), LogEntry::TYPE_GENERAL); -#define LOG_GENERAL_NC(...) _film->log()->log (__VA_ARGS__, LogEntry::TYPE_GENERAL); -#define LOG_ERROR_NC(...) _film->log()->log (__VA_ARGS__, LogEntry::TYPE_ERROR); - using std::string; using std::fixed; using std::setprecision; |
