font: fix broken debug log

This commit is contained in:
Daniel Eklöf 2019-08-16 18:00:56 +02:00
parent 6f1cf8af34
commit 30d5847d06
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
font.c
View file

@ -201,7 +201,7 @@ from_font_set(FcPattern *pattern, FcFontSet *fonts, int start_idx, const font_li
strcat(fallback, attributes);
}
LOG_DBG("%s: adding fallback: %s", name, fallback);
LOG_DBG("%s: adding fallback: %s", it->item, fallback);
tll_push_back(font->fallbacks, fallback);
}
}