mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove a constant printf string substitution.
This commit is contained in:
parent
2b8d091252
commit
35d74be01d
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue