summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-01-31 16:39:40 -0500
committerMicah Anderson <micah@riseup.net>2009-01-31 16:39:40 -0500
commita693e9be61d02196e2583e9096cb049982a26668 (patch)
tree48a558a3d112106005f88314a184c57336ef4bb7 /src/common
parentb024a2d3cacfe2fdb410daa830e04b2d9dfbcf4e (diff)
parent3ebaf05d01b7d4639980608feefeef7287000634 (diff)
Merge commit 'jrollins/master'
Conflicts: website/sidebar.mdwn
Diffstat (limited to 'src/common')
-rw-r--r--src/common7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/common b/src/common
index f6000d3..815aacc 100644
--- a/src/common
+++ b/src/common
@@ -19,6 +19,9 @@
SYSCONFIGDIR=${MONKEYSPHERE_SYSCONFIGDIR:-"/etc/monkeysphere"}
export SYSCONFIGDIR
+# monkeysphere version
+VERSION=__VERSION__
+
########################################################################
### UTILITY FUNCTIONS
@@ -671,7 +674,7 @@ process_user_id() {
else
log debug " - unacceptable primary key."
if [ -z "$sshKey" ] ; then
- log error " ! primary key could not be translated (not RSA or DSA?)."
+ log debug " ! primary key could not be translated (not RSA or DSA?)."
else
echo "1:${sshKey}"
fi
@@ -729,7 +732,7 @@ process_user_id() {
else
log debug " - unacceptable sub key."
if [ -z "$sshKey" ] ; then
- log error " ! sub key could not be translated (not RSA or DSA?)."
+ log debug " ! sub key could not be translated (not RSA or DSA?)."
else
echo "1:${sshKey}"
fi