From 6b4200dbd73cd943595c9ef7d4d1249897b1ddc6 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Tue, 21 Sep 2010 10:34:03 -0400 Subject: change log level for outputting message: "! primary key could not be translated (not RSA?)." from "error" to "verbose" --- src/share/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3