change log level for outputting message: "! primary key could not be
authorJamie McClelland <jm@mayfirst.org>
Tue, 21 Sep 2010 14:34:03 +0000 (10:34 -0400)
committerJamie McClelland <jm@mayfirst.org>
Tue, 21 Sep 2010 14:34:03 +0000 (10:34 -0400)
translated (not RSA?)." from "error" to "verbose"

src/share/common

index 9e403022b8fd2a397e286b9fd942624598aa1faa..af346a80e02dd3110fb016f531e59e8bb4c047a7 100644 (file)
@@ -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