summaryrefslogtreecommitdiff
path: root/src/stv.adb
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2017-02-08 11:25:34 +1100
committerJed Barber <jjbarber@y7mail.com>2017-02-08 11:25:34 +1100
commit964a28e91593c4bf1e1c132536828d87f8d12c84 (patch)
treea386b12bdca1a18de5d09d80111facb0eaf6979b /src/stv.adb
parentf0a4bac4bde861bc639c8eca48682f96d7a751be (diff)
Bundles mostly done, still need to adapt Preferences and Candidates packages
Diffstat (limited to 'src/stv.adb')
-rw-r--r--src/stv.adb2
1 files changed, 2 insertions, 0 deletions
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;