- If the timebound is hit, it should be reported anyway, because the
results are not to be trusted anymore.
This commit is contained in:
parent
bc61255a78
commit
1d3d154a2f
@ -553,11 +553,11 @@ timersPrint (const System sys)
|
|||||||
{
|
{
|
||||||
/* only due to bounds */
|
/* only due to bounds */
|
||||||
eprintf ("[no attack within bounds]");
|
eprintf ("[no attack within bounds]");
|
||||||
|
}
|
||||||
|
}
|
||||||
if (cl_scan->timebound)
|
if (cl_scan->timebound)
|
||||||
eprintf ("\ttime=%i", get_time_limit ());
|
eprintf ("\ttime=%i", get_time_limit ());
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* states (if asked) */
|
/* states (if asked) */
|
||||||
if (switches.engine == ARACHNE_ENGINE)
|
if (switches.engine == ARACHNE_ENGINE)
|
||||||
|
Loading…
Reference in New Issue
Block a user