aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ak-settings2
-rwxr-xr-xlib/_ak_gpg1
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/ak-settings b/bin/ak-settings
index 7fe1ee2..45fca1e 100755
--- a/bin/ak-settings
+++ b/bin/ak-settings
@@ -21,7 +21,7 @@ source $AK_LIBDIR/_ak_settings
if [ ! -z "$AK_SETTINGS" ] && [ -n "$AK_SETTINGS" ]
then
- _ak_log_info "AK_SETTINGS = $AK_SETTINGS"
+ _ak_log_debug "AK_SETTINGS = $AK_SETTINGS"
else
_ak_log_error "No settings variable is set"
exit 1
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"