@@ -3546,7 +3546,7 @@
* parts of OpenVPN assert that the ciphername is set */
o->ciphername = "BF-CBC";
- msg(M_INFO, "Note: --cipher is not set. OpenVPN versions before 2.5 "
+ msg(D_LOW, "Note: --cipher is not set. OpenVPN versions before 2.5 "
"defaulted to BF-CBC as fallback when cipher negotiation "
"failed in this case. If you need this fallback please add "
"'--data-ciphers-fallback BF-CBC' to your configuration "
@@ -3555,7 +3555,7 @@
else if (!o->enable_ncp_fallback
&& !tls_item_in_cipher_list(o->ciphername, o->ncp_ciphers))
{
- msg(M_WARN, "DEPRECATED OPTION: --cipher set to '%s' but missing in "
+ msg(D_LOW, "DEPRECATED OPTION: --cipher set to '%s' but missing in "
"--data-ciphers (%s). OpenVPN ignores --cipher for cipher "
"negotiations. ",
o->ciphername, o->ncp_ciphers);