diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 18:39:38 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-12 18:39:38 -0500 |
commit | 65e8a49c924eac3c46c93cb4bb9be9c739a58983 (patch) | |
tree | 43b43ec0e7b02cb738fd3213e282b042542598c8 /src/share/mh | |
parent | 9a92104113158b39de7c8b42bf883b3fd46ed006 (diff) |
tweak some of the log output inconsequentially
Diffstat (limited to 'src/share/mh')
-rw-r--r-- | src/share/mh/set_expire | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/mh/set_expire b/src/share/mh/set_expire index 653149f..b03e0d0 100644 --- a/src/share/mh/set_expire +++ b/src/share/mh/set_expire @@ -21,6 +21,9 @@ local extendTo # get the new expiration date extendTo=$(get_gpg_expiration "$1") +log info "setting host key expiration to ${extendTo}:" + +log debug "executing host expire script..." gpg_host_edit expire <<EOF $extendTo save |