Author: remm Date: Tue Nov 20 16:01:40 2018 New Revision: 1847022 URL: http://svn.apache.org/viewvc?rev=1847022&view=rev Log: Fix message string
Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties?rev=1847022&r1=1847021&r2=1847022&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties [UTF-8] (original) +++ tomcat/trunk/java/org/apache/tomcat/util/net/openssl/LocalStrings.properties [UTF-8] Tue Nov 20 16:01:40 2018 @@ -58,7 +58,7 @@ opensslconf.applyFailed=Failure while ap opensslconf.checkCommand=OpenSSLConf checking command (name [{0}], value [{1}]) opensslconf.checkFailed=Failure while checking OpenSSLConf opensslconf.failedCommand=OpenSSLConf failed command (name [{0}], value [{1}]) with result [{2}] - will be ignored -opensslconf.failedFinish=OpenSSLConf finish failed with result [{2}] +opensslconf.finishFailed=OpenSSLConf finish failed with result [{0}] opensslconf.noCommandName=OpenSSLConf no command name - will be ignored (command value [{0}]) opensslconf.resultCommand=OpenSSLConf command (name [{0}], value [{1}]) returned [{2}] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org