diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 13:30:57 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 13:32:14 -0500 |
commit | 904a1d633f71836b9e8a11f1656d535c3d7e0897 (patch) | |
tree | 7d2747f03f56f7bd7ac3a447f9199d82194eb3a6 /src/share/ma/remove_certifier | |
parent | 0cc9a8f041a9b9b97e7f5f24f71a92961e54c4f2 (diff) |
add ability to supress confirmation prompt in ma/add_certifier
fix some logging output
Diffstat (limited to 'src/share/ma/remove_certifier')
-rw-r--r-- | src/share/ma/remove_certifier | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/share/ma/remove_certifier b/src/share/ma/remove_certifier index 1164162..c7aabea 100644 --- a/src/share/ma/remove_certifier +++ b/src/share/ma/remove_certifier @@ -41,7 +41,8 @@ if gpg_sphere "--delete-key --batch --yes 0x${keyID}!" ; then # update the trustdb for the authentication keyring gpg_sphere "--check-trustdb" - log info -e "\nIdentity certifier removed." + log info "" + log info "Identity certifier removed." else failure "Problem removing identity certifier." fi |