diff options
author | Jamie McClelland <jm@mayfirst.org> | 2010-09-21 10:34:03 -0400 |
---|---|---|
committer | Jamie McClelland <jm@mayfirst.org> | 2010-09-21 10:34:03 -0400 |
commit | 6b4200dbd73cd943595c9ef7d4d1249897b1ddc6 (patch) | |
tree | 757e8b88f1b52c1666b72205aec2b5a3e55f4525 /src | |
parent | 5de80495d5f73f712f084069c1a7afa6ec2daae4 (diff) |
change log level for outputting message: "! primary key could not be
translated (not RSA?)." from "error" to "verbose"
Diffstat (limited to 'src')
-rw-r--r-- | src/share/common | 2 |
1 files changed, 1 insertions, 1 deletions
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 |