projects
/
monkeysphere.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1655a07
)
improve debug output
author
Jameson Rollins
<jrollins@finestructure.net>
Sat, 30 Oct 2010 01:46:45 +0000
(21:46 -0400)
committer
Jameson Rollins
<jrollins@finestructure.net>
Sat, 30 Oct 2010 04:09:05 +0000
(
00:09
-0400)
src/share/common
patch
|
blob
|
history
diff --git
a/src/share/common
b/src/share/common
index 1e393c78dd73f73ca0a5138f36c841d50bef1750..b9a20eff148afc0d0909d1cac6f95a086ba7e607 100644
(file)
--- 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