diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-07 12:12:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-07 12:12:15 +0000 |
| commit | 77f7f3be256f81d2977bccdb236582e18a625ba7 (patch) | |
| tree | 2b3880043171559a2d6b938c3c1746ba6ea5874c /src/lib/log.h | |
| parent | 48073ddb0a9a6e9c9dd81b04b196230f4372447b (diff) | |
Make a note in the log when XYZ values are clamped by libdcp on XYZ -> RGB conversion.
Diffstat (limited to 'src/lib/log.h')
| -rw-r--r-- | src/lib/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/log.h b/src/lib/log.h index f14adc26f..f83c6a902 100644 --- a/src/lib/log.h +++ b/src/lib/log.h @@ -24,6 +24,7 @@ * @brief A very simple logging class. */ +#include <dcp/types.h> #include <boost/thread/mutex.hpp> #include <boost/filesystem.hpp> #include <boost/signals2.hpp> @@ -46,6 +47,7 @@ public: void log (std::string message, int type); void microsecond_log (std::string message, int type); + void dcp_log (dcp::NoteType type, std::string message); void set_types (int types); |
