- 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,10 +553,10 @@ timersPrint (const System sys)
|
||||
{
|
||||
/* only due to bounds */
|
||||
eprintf ("[no attack within bounds]");
|
||||
if (cl_scan->timebound)
|
||||
eprintf ("\ttime=%i", get_time_limit ());
|
||||
}
|
||||
}
|
||||
if (cl_scan->timebound)
|
||||
eprintf ("\ttime=%i", get_time_limit ());
|
||||
}
|
||||
|
||||
/* states (if asked) */
|
||||
|
Loading…
Reference in New Issue
Block a user