From: Jamie McClelland Date: Tue, 21 Sep 2010 14:34:03 +0000 (-0400) Subject: change log level for outputting message: "! primary key could not be X-Git-Tag: monkeysphere_0.32-1~2^2~10^2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6b4200dbd73cd943595c9ef7d4d1249897b1ddc6;p=monkeysphere.git change log level for outputting message: "! primary key could not be translated (not RSA?)." from "error" to "verbose" --- 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