1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-17 21:19:01 +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); probe = getTraceProbe (t);
if (probe.type == PS_NONE) { if (probe.type == PS_NONE) {
if (o.verbose > 1) if (o.verbose > 1)
log_write (LOG_STDOUT, "%s: no responsive %s\n", log_write (LOG_STDOUT, "%s: no responsive probes\n",
t->targetipstr (), "probes"); t->targetipstr ());
continue; continue;
} }