diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-01 20:45:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-05-01 20:45:48 +0200 |
| commit | 67bed0af05a795c9fc1db87bd2db526b8de59c65 (patch) | |
| tree | b82b77d89f919e15c31b722c68b1ee2d06517197 /src/lib/util.h | |
| parent | 09df98b2b47f6f9a754d5ff8a1787da5a07c14b4 (diff) | |
Log errors from asdcplib in our logs.
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index e335434d8..fc4b1ed09 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -124,6 +124,7 @@ extern dcp::DecryptedKDM decrypt_kdm_with_helpful_error (dcp::EncryptedKDM kdm); extern boost::filesystem::path default_font_file (); extern std::string to_upper (std::string s); extern void start_of_thread (std::string name); +extern void capture_asdcp_logs (); template <class T> std::list<T> |
