improve debug output
authorJameson Rollins <jrollins@finestructure.net>
Sat, 30 Oct 2010 01:46:45 +0000 (21:46 -0400)
committerJameson Rollins <jrollins@finestructure.net>
Sat, 30 Oct 2010 04:09:05 +0000 (00:09 -0400)
src/share/common

index 1e393c78dd73f73ca0a5138f36c841d50bef1750..b9a20eff148afc0d0909d1cac6f95a086ba7e607 100644 (file)
@@ -858,10 +858,11 @@ process_keys_for_file() {
                    ;;
            esac
 
-           echo "$keyLine" | log debug
+           echo "key line: $keyLine" | log debug
            if [[ "$keyFile" == '-' ]] ; then
                echo "$keyLine"
            else
+               log debug "adding key line to file..."
                echo "$keyLine" >>"$keyFile"
            fi