aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/proc.c b/proc.c
index 5b3fd735..ebc39386 100644
--- a/proc.c
+++ b/proc.c
@@ -190,14 +190,14 @@ 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 (Unicode %s)"
+ "; utf8proc %s"
#endif
#ifdef NCURSES_VERSION
"; ncurses " NCURSES_VERSION
#endif
, event_get_version(), event_get_method()
#ifdef HAVE_UTF8PROC
- , utf8proc_version (), utf8proc_unicode_version ()
+ , utf8proc_version ()
#endif
);