summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorMatt Goins <mjgoins@openflows.com>2009-01-31 12:02:54 -0500
committerMatt Goins <mjgoins@openflows.com>2009-01-31 12:02:54 -0500
commit88db45249b8d92d2c7c7d66101410c1db01e77c1 (patch)
tree48a558a3d112106005f88314a184c57336ef4bb7 /src/common
parent499aa3840041d9ddd5c680adce059260059aabf9 (diff)
parent3ebaf05d01b7d4639980608feefeef7287000634 (diff)
Merge commit 'jrollins/master'
Diffstat (limited to 'src/common')
-rw-r--r--src/common4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common b/src/common
index eb3a083..815aacc 100644
--- a/src/common
+++ b/src/common
@@ -674,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
@@ -732,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