summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/conn-tools/s6-ipcclient.c2
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) ;