diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-05 21:36:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-05 21:36:53 +0100 |
| commit | 59e358ae25f84314afc6d8235aecaec124822f3f (patch) | |
| tree | 86a353b49bcc8b0cd5d3a9a4db4ca13e4f5f20f0 /src/lib/font_config.cc | |
| parent | 15add8826db680f0e1ad13246e0411d5f83f5296 (diff) | |
Cleanup: can now remove the _NC log variants.
Diffstat (limited to 'src/lib/font_config.cc')
| -rw-r--r-- | src/lib/font_config.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/font_config.cc b/src/lib/font_config.cc index 410f27541..9d505e51a 100644 --- a/src/lib/font_config.cc +++ b/src/lib/font_config.cc @@ -142,7 +142,7 @@ FontConfig::system_font_with_name(string name) } FcFontSetDestroy(font_set); } else { - LOG_GENERAL_NC("No candidate fonts found"); + LOG_GENERAL("No candidate fonts found"); } FcObjectSetDestroy(object_set); |
