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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user