diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-17 22:00:18 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-17 22:00:18 +0000 |
| commit | a5be11a965c2c38442e4e069874e7e21b5b43a5c (patch) | |
| tree | 9473211bc0918e7ccf844a3f8300a473e089fed4 /src/lib/dcpomatic_log.h | |
| parent | 9a7ca753829b7adbabde4cc0edd48c460ad4cffa (diff) | |
More player debugging for butler video-full states.v2.13.121
Diffstat (limited to 'src/lib/dcpomatic_log.h')
| -rw-r--r-- | src/lib/dcpomatic_log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_log.h b/src/lib/dcpomatic_log.h index 88d031fc7..2cec0c405 100644 --- a/src/lib/dcpomatic_log.h +++ b/src/lib/dcpomatic_log.h @@ -33,3 +33,4 @@ extern boost::shared_ptr<Log> dcpomatic_log; #define LOG_WARNING_NC(...) dcpomatic_log->log(__VA_ARGS__, LogEntry::TYPE_WARNING); #define LOG_TIMING(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_TIMING); #define LOG_DEBUG_ENCODE(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_DEBUG_ENCODE); +#define LOG_DEBUG_PLAYER(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_DEBUG_PLAYER); |
