Index: hunter2
==================================================================
--- hunter2
+++ hunter2
@@ -229,11 +229,11 @@
 		}
 
 		set row(verificationHash) [dict get $row(verification) hash]
 
 		if {$verificationHash ne $row(verificationHash)} {
-			puts stderr "FAILED: verification failed for $name with public key $publicKey -- it will not get the new password."
+			return -code error "FAILED: verification failed for $name with public key $publicKey -- it will not get the new password."
 
 			continue
 		}
 
 		lappend publicKeys $publicKey