We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c7a231 commit 079404aCopy full SHA for 079404a
src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java
@@ -236,7 +236,7 @@ private List<MenuCreator> findMenuCreators() {
236
log.error("Exception registering implementation: [{}] of interface: [{}], a dependency used by the plugin class is missing",
237
strClassName, MenuCreator.class, e);
238
} catch (Exception e) {
239
- log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
+ log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
240
241
}
242
0 commit comments