And tweak again.

pull/2270/head
Nicholas Marriott 2020-05-22 17:22:03 +01:00
parent 6ae26a6b54
commit b3e5a99c8f
1 changed files with 1 additions and 1 deletions

2
proc.c
View File

@ -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