Author: markt Date: Mon Dec 10 09:44:36 2018 New Revision: 1848560 URL: http://svn.apache.org/viewvc?rev=1848560&view=rev Log: Make format consistent with other fallToDebug messages
Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties Modified: tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties?rev=1848560&r1=1848559&r2=1848560&view=diff ============================================================================== --- tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties [UTF-8] (original) +++ tomcat/trunk/java/org/apache/tomcat/util/http/parser/LocalStrings.properties [UTF-8] Mon Dec 10 09:44:36 2018 @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -cookie.fallToDebug=Note: further occurrences of this error will be logged at DEBUG level. +cookie.fallToDebug=\n\ +\ Note: further occurrences of this error will be logged at DEBUG level. cookie.invalidCookieValue=A cookie header was received [{0}] that contained an invalid cookie. That cookie will be ignored. cookie.invalidCookieVersion=A cookie header was received using an unrecognised cookie version of [{0}]. The header and the cookies it contains will be ignored. cookie.valueNotPresent=<not present> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org