2012/4/11 <[email protected]>: > Author: schultz > Date: Tue Apr 10 21:38:35 2012 > New Revision: 1312006 > > URL: http://svn.apache.org/viewvc?rev=1312006&view=rev > Log: > Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53057 > Add OpenSSL version number to INFO log message when initializing > +aprListener.initializedOpenSSL=OpenSSL {0} successfully initialized > +aprListener.initializedOpenSSL=OpenSSL {0} inicializado correctamente
It works. ;) Though it prints "OpenSSL OpenSSL". [[[ 11.04.2012 3:16:00 org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native library 1.1.23 using APR version 1.4 .6. 11.04.2012 3:16:00 org.apache.catalina.core.AprLifecycleListener init INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], ra ndom [true]. 11.04.2012 3:16:00 org.apache.catalina.core.AprLifecycleListener initializeSSL INFO: OpenSSL OpenSSL 1.0.0g 18 Jan 2012 successfully initialized ]]] Maybe redefine the message to print the version at the end, like this: INFO: OpenSSL successfully initialized, using OpenSSL 1.0.0g 18 Jan 2012 I do not know how that will be in Spanish. (Maybe there can be some better text. I wish it were more understandable that it is part of Tomcat-Native). Best regards, Konstantin Kolinko --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
