Skip to content
This repository has been archived by the owner on Nov 30, 2018. It is now read-only.

Commit

Permalink
aursec: improve output
Browse files Browse the repository at this point in the history
  • Loading branch information
clawoflight committed May 17, 2017
1 parent 4520569 commit 15ea0e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aursec/bin/aursec
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ function show_hashes() {
msg2 "Consensus: $cons_h with $cons_c submissions"

if ((match)); then
plain "The hashes match."
msg "The hashes match."
else
warning "The hashes do not match!"
fi
}

Expand Down

0 comments on commit 15ea0e9

Please sign in to comment.