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

    https://github.com/apache/jmeter/pull/174#discussion_r60316883
  
    --- Diff: src/core/org/apache/jmeter/reporters/ResultCollector.java ---
    @@ -386,16 +384,14 @@ public void loadExistingFile() {
                                 
SaveService.loadTestResults(bufferedInputStream,
                                         new ResultCollectorHelper(this, 
visualizer));
                                 parsedOK = true;
    -                        } catch (ConversionException e) {
    -                            log.warn("Failed to load "+filename+" using 
XStream. Error was: "+e);
                             } catch (Exception e) {
    -                            log.warn("Failed to load "+filename+" using 
XStream. Error was: "+e);
    +                            log.warn("Failed to load " + filename + " 
using XStream. Error was: " + e);
    --- End diff --
    
    I think comma should be used to log exception stacktrace, shouldn't it?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to