diff options
author | Micah Anderson <micah@riseup.net> | 2009-01-31 16:39:40 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2009-01-31 16:39:40 -0500 |
commit | a693e9be61d02196e2583e9096cb049982a26668 (patch) | |
tree | 48a558a3d112106005f88314a184c57336ef4bb7 /src/common | |
parent | b024a2d3cacfe2fdb410daa830e04b2d9dfbcf4e (diff) | |
parent | 3ebaf05d01b7d4639980608feefeef7287000634 (diff) |
Merge commit 'jrollins/master'
Conflicts:
website/sidebar.mdwn
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |