Skip to content

Commit

Permalink
Added another verbose call
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Dec 9, 2023
1 parent 66b118c commit 9c88600
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

import static com.fujitsu.vdmj.plugins.PluginConsole.errorln;
import static com.fujitsu.vdmj.plugins.PluginConsole.println;
import static quickcheck.commands.QCConsole.verbose;

import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -189,6 +190,7 @@ public String run(String line)
{
for (ProofObligation po: chosen)
{
verbose("Processing PO #%s\n", po.number);
StrategyResults results = qc.getValues(po);

if (!qc.hasErrors())
Expand Down

0 comments on commit 9c88600

Please sign in to comment.