diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-11-30 08:12:34 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-11-30 08:12:34 +0000 |
commit | 40aff8c8e78c4e83325dcbfc3fa5f99ed7321a2f (patch) | |
tree | 6d7c0343273141bb36094c74c2972f5ceade8ece | |
parent | aa62441bff80596baa513956c975eee97605212c (diff) | |
download | s6-40aff8c8e78c4e83325dcbfc3fa5f99ed7321a2f.tar.xz |
s6-ipcclient: more typo fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | src/conn-tools/s6-ipcclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) ; |