Github user PascalSchumacher commented on a diff in the pull request:

    https://github.com/apache/jmeter/pull/266#discussion_r100013972
  
    --- Diff: src/components/org/apache/jmeter/visualizers/BSFListener.java ---
    @@ -52,7 +52,7 @@ public void sampleOccurred(SampleEvent event) {
                 mgr.declareBean("sampleResult", result, SampleResult.class);
                 processFileOrScript(mgr);
             } catch (BSFException e) {
    -            log.warn("Problem in BSF script "+e);
    +            log.warn("Problem in BSF script. {}", e.toString());
    --- End diff --
    
    It's it preferable to use `log.warn("Problem in BSF script.", e);` here?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to