1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

Remove a constant printf string substitution.

This commit is contained in:
david
2009-07-17 23:43:37 +00:00
parent 2b8d091252
commit 35d74be01d

View File

@@ -566,8 +566,8 @@ Traceroute::sendTTLProbes (vector < Target * >&Targets, vector < Target * >&vali
probe = getTraceProbe (t);
if (probe.type == PS_NONE) {
if (o.verbose > 1)
log_write (LOG_STDOUT, "%s: no responsive %s\n",
t->targetipstr (), "probes");
log_write (LOG_STDOUT, "%s: no responsive probes\n",
t->targetipstr ());
continue;
}