From: Jameson Rollins Date: Sat, 30 Oct 2010 01:46:45 +0000 (-0400) Subject: improve debug output X-Git-Tag: monkeysphere_0.35-1~1^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d90b5cd2c935df94f15304badf10b4547101c141;p=monkeysphere.git improve debug output --- diff --git a/src/share/common b/src/share/common index 1e393c7..b9a20ef 100644 --- a/src/share/common +++ b/src/share/common @@ -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