diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-05-20 20:20:08 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-05-20 21:56:28 +0200 |
| commit | 591ccb82d75070d7cba55995bab23513741ff5cf (patch) | |
| tree | bb131f9ac7f70c1dccd6744091a6fc9fec87e9d8 /src/lib/dcpomatic_log.h | |
| parent | bf0fb7f4f556946c18da151e468f237d9ca96094 (diff) | |
Add a bit more debug logging to the player.
Diffstat (limited to 'src/lib/dcpomatic_log.h')
| -rw-r--r-- | src/lib/dcpomatic_log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_log.h b/src/lib/dcpomatic_log.h index c969c508d..52a77f2f1 100644 --- a/src/lib/dcpomatic_log.h +++ b/src/lib/dcpomatic_log.h @@ -38,3 +38,5 @@ extern boost::shared_ptr<Log> dcpomatic_log; #define LOG_DEBUG_THREED_NC(...) dcpomatic_log->log(__VA_ARGS__, LogEntry::TYPE_DEBUG_THREED); #define LOG_DISK(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_DISK); #define LOG_DISK_NC(...) dcpomatic_log->log(__VA_ARGS__, LogEntry::TYPE_DISK); +#define LOG_DEBUG_PLAYER(...) dcpomatic_log->log(String::compose(__VA_ARGS__), LogEntry::TYPE_DEBUG_PLAYER); +#define LOG_DEBUG_PLAYER_NC(...) dcpomatic_log->log(__VA_ARGS__, LogEntry::TYPE_DEBUG_PLAYER); |
