mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
Remove a constant printf string substitution.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user