summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie McClelland <jm@mayfirst.org>2010-09-21 10:34:03 -0400
committerJamie McClelland <jm@mayfirst.org>2010-09-21 10:34:03 -0400
commit6b4200dbd73cd943595c9ef7d4d1249897b1ddc6 (patch)
tree757e8b88f1b52c1666b72205aec2b5a3e55f4525
parent5de80495d5f73f712f084069c1a7afa6ec2daae4 (diff)
change log level for outputting message: "! primary key could not be
translated (not RSA?)." from "error" to "verbose"
-rw-r--r--src/share/common2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/share/common b/src/share/common
index 9e40302..af346a8 100644
--- a/src/share/common
+++ b/src/share/common
@@ -709,7 +709,7 @@ process_user_id() {
if [ "$keyOK" -a "$uidOK" -a "$lastKeyOK" ] ; then
log verbose " * acceptable primary key."
if [ -z "$sshKey" ] ; then
- log error " ! primary key could not be translated (not RSA?)."
+ log verbose " ! primary key could not be translated (not RSA?)."
else
echo "0:${sshKey}"
fi