diff options
Diffstat (limited to 'lib/_ak_gpg')
-rwxr-xr-x | lib/_ak_gpg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/_ak_gpg b/lib/_ak_gpg index e83b87d..04d218f 100755 --- a/lib/_ak_gpg +++ b/lib/_ak_gpg @@ -19,6 +19,7 @@ _ak_gpg_check_or_create(){ } _ak_gpg_create_key(){ + _ak_log_debug "Key name: $1" if [ -z $1 ] || [ ! -n "$1" ] then _ak_log_error "No email label was given" |