summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-09-21 10:55:18 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-09-21 10:55:18 -0400
commit9b000f2f9abe2a1cd2af07038fb86d39aa89b29d (patch)
tree485bc72b7e32098efef28b44a8a2a6927d36c84f
parentef2c0b7c64acc5d8375ba902bbf007191a51fe2f (diff)
parent6b4200dbd73cd943595c9ef7d4d1249897b1ddc6 (diff)
Merge remote branch 'jamie/master'
-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