diff options
-rw-r--r-- | conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c index 37b50dc..29e5577 100644 --- a/conf.c +++ b/conf.c @@ -138,7 +138,7 @@ conf_screen(struct screen_ctx *sc) if (sc->xftfont == NULL) { sc->xftfont = XftFontOpenName(X_Dpy, sc->which, Conf.font); if (sc->xftfont == NULL) - errx(1, "XftFontOpenName"); + errx(1, "XftFontOpenName: %s", Conf.font); } for (i = 0; i < nitems(color_binds); i++) { |