From 964a28e91593c4bf1e1c132536828d87f8d12c84 Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 8 Feb 2017 11:25:34 +1100 Subject: Bundles mostly done, still need to adapt Preferences and Candidates packages --- src/stv.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stv.adb') diff --git a/src/stv.adb b/src/stv.adb index 4d2691a..65537c7 100644 --- a/src/stv.adb +++ b/src/stv.adb @@ -211,6 +211,8 @@ begin end if; Candidates.Read_Candidates (Candidate_File.all, State, Candidate_List); Candidates.Generate_Ballots (Candidate_List, Above_Ballot, Below_Ballot); + + if Verbose then Put_Line (Standard_Error, "Reading preference data..."); end if; -- cgit