Author: pmouawad
Date: Mon Jan 14 22:18:17 2019
New Revision: 1851299

URL: http://svn.apache.org/viewvc?rev=1851299&view=rev
Log:
Better logging

Modified:
    
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java

Modified: 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java?rev=1851299&r1=1851298&r2=1851299&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java
 (original)
+++ 
jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/parser/CssParser.java
 Mon Jan 14 22:18:17 2019
@@ -67,7 +67,7 @@ public class CssParser implements LinkEx
             final URLCollection urlCollection = 
orDefault(CSS_URL_CACHE.get(triple), EMPTY_URL_COLLECTION);
 
             if (LOG.isDebugEnabled()) {
-                LOG.debug("Parsed:" + baseUrl + ", got:" + 
StringUtils.join(urlCollection, ","));
+                LOG.debug("Parsed: {}, got: {}", baseUrl, 
StringUtils.join(urlCollection, ","));
             }
 
             return urlCollection.iterator();


Reply via email to