]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - ip2name_exec.c
Merge messages about IP addresses.
[thirdparty/sarg.git] / ip2name_exec.c
index 71bbd61bd8656bb7a87e510bfa756be92187e1cb..d68bbaecfce01047bc68edcaa61327648040868f 100644 (file)
@@ -100,7 +100,7 @@ static enum ip2name_retcode ip2name_exec(char *ip,int ip_len)
                        i+=2;
                } else {
                        if (j>=sizeof(cmd)) {
-                               debuga(_("IP address \"%.*s\" too long for the command to run\n"),ip_len,ip);
+                               debuga(_("IP address \"%s\" too long for the command to run\n"),ip);
                                return(INRC_Error);
                        }
                        cmd[j++]=ExecCmd[i];