diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-04-20 00:22:30 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-04-20 00:22:30 +0200 |
| commit | aed07f7b84975bb0837c3b730a39e55b0bdf9ba1 (patch) | |
| tree | 841335ad21e856fb286e3e63585d9a2adadf7728 | |
| parent | 22aa0dd620b6db93a64e1e171fb5ddb18693e56e (diff) | |
DEBUG.2519-fonts
| -rw-r--r-- | src/lib/font_config.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/font_config.cc b/src/lib/font_config.cc index 8804bd6d9..12a85ee5f 100644 --- a/src/lib/font_config.cc +++ b/src/lib/font_config.cc @@ -75,6 +75,7 @@ FontConfig::make_font_available(shared_ptr<dcpomatic::Font> font) font->data()->write(font_file); } + std::cout << "Make " << font_file << " available.\n"; /* Make this font available to DCP-o-matic */ optional<string> font_name; |
