X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=src%2Fcommon;h=815aacccdcc8c442e6717617273e8c40eb671e3c;hb=f75a5747a8b99e04c02c475791c476f1fbd2b674;hp=eb3a08343819bcec665b8387e950f661984086a5;hpb=c066aca91e4e9595bb0c709673dfc5a51666b4c9;p=monkeysphere.git diff --git a/src/common b/src/common index eb3a083..815aacc 100644 --- a/src/common +++ b/src/common @@ -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