diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:22:03 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-05-22 17:22:03 +0100 |
commit | b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2 (patch) | |
tree | 8fd3f3f88450e1c57d1abb7174afd1dd92041fb3 | |
parent | 6ae26a6b54a47f539395dc68de115b8e103a74e6 (diff) | |
download | rtmux-b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2.tar.gz rtmux-b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2.tar.bz2 rtmux-b3e5a99c8fd37b8b1d2921f996bf24f47631e7a2.zip |
And tweak again.
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |