diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-05-01 20:45:48 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-14 00:19:48 +0200 |
| commit | cd5ed3bbb45fc41e2c414276477eed2448d5a699 (patch) | |
| tree | bc38146f7a0c0f8c46f6b2dff875b80188b7870f /src/lib/util.h | |
| parent | 1c57df596882f15403ee97d01862f8b76cfb797b (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 5878d5937..fba5b6828 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -125,6 +125,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> |
