From b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 May 2020 17:22:03 +0100 Subject: [PATCH] And tweak again. --- proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc.c b/proc.c index 823a4a52..48db6367 100644 --- a/proc.c +++ b/proc.c @@ -186,7 +186,7 @@ proc_start(const char *name) log_debug("on %s %s %s", u.sysname, u.release, u.version); log_debug("using libevent %s (%s)" #ifdef HAVE_UTF8PROC - "; utf8proc %s/%s" + "; utf8proc %s (Unicode %s)" #endif #ifdef NCURSES_VERSION "; ncurses " NCURSES_VERSION