Skip to content

Commit 079404a

Browse files
committed
Spacepolice
1 parent 1c7a231 commit 079404a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ private List<MenuCreator> findMenuCreators() {
236236
log.error("Exception registering implementation: [{}] of interface: [{}], a dependency used by the plugin class is missing",
237237
strClassName, MenuCreator.class, e);
238238
} catch (Exception e) {
239-
log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
239+
log.error("Exception registering implementation: [{}] of interface: [{}], a jar is probably missing",
240240
strClassName, MenuCreator.class, e);
241241
}
242242
}

0 commit comments

Comments
 (0)