diff options
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); |
