From 40aff8c8e78c4e83325dcbfc3fa5f99ed7321a2f Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 30 Nov 2022 08:12:34 +0000 Subject: s6-ipcclient: more typo fixes Signed-off-by: Laurent Bercot --- src/conn-tools/s6-ipcclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conn-tools/s6-ipcclient.c b/src/conn-tools/s6-ipcclient.c index 05738c7..672d414 100644 --- a/src/conn-tools/s6-ipcclient.c +++ b/src/conn-tools/s6-ipcclient.c @@ -44,7 +44,7 @@ int main (int argc, char const *const *argv) strerr_diefu2sys(111, "bind socket to ", bindpath) ; if (!ipc_connect(s, argv[0])) strerr_diefu2sys(111, "connect to ", argv[0]) ; - if (verbosity >= 2) strerr_warn3x(PROG, ": connected to ", argv[0]) ; + if (verbosity >= 2) strerr_warni3x(PROG, ": connected to ", argv[0]) ; if (localname) { size_t n = strlen(localname) ; -- cgit v1.2.3