change log level for unacceptable keys that can not be translated to
authorJameson Graef Rollins <jrollins@finestructure.net>
Sat, 31 Jan 2009 16:37:22 +0000 (11:37 -0500)
committerJameson Graef Rollins <jrollins@finestructure.net>
Sat, 31 Jan 2009 16:37:22 +0000 (11:37 -0500)
be "debug" instead of "error".

src/common

index eb3a08343819bcec665b8387e950f661984086a5..815aacccdcc8c442e6717617273e8c40eb671e3c 100644 (file)
@@ -674,7 +674,7 @@ process_user_id() {
                else
                    log debug "  - unacceptable primary key."
                    if [ -z "$sshKey" ] ; then
-                       log error "    ! primary key could not be translated (not RSA or DSA?)."
+                       log debug "    ! primary key could not be translated (not RSA or DSA?)."
                    else
                        echo "1:${sshKey}"
                    fi
@@ -732,7 +732,7 @@ process_user_id() {
                else
                    log debug "  - unacceptable sub key."
                    if [ -z "$sshKey" ] ; then
-                       log error "    ! sub key could not be translated (not RSA or DSA?)."
+                       log debug "    ! sub key could not be translated (not RSA or DSA?)."
                    else
                        echo "1:${sshKey}"
                    fi