Skip to content

Commit

Permalink
Update src/protocol/java/src/main/java/org/apache/jmeter/protocol/jav…
Browse files Browse the repository at this point in the history
…a/sampler/JavaSampler.java

Co-authored-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
  • Loading branch information
dk2k and vlsi authored Nov 29, 2024
1 parent ec9d885 commit fc2f147
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private void initClass() {
isToBeRegistered = !method.getDeclaringClass().equals(AbstractJavaSamplerClient.class);
log.info("Created class: {}. Uses tearDownTest: {}", name, isToBeRegistered);
} catch (Exception e) {
log.error("{}\tException initialising: {} {}", whoAmI(), name, e);
log.error("{}\tException initialising: {}", whoAmI(), name, e);
}

}
Expand Down

0 comments on commit fc2f147

Please sign in to comment.