This is an automated email from the ASF dual-hosted git repository.
fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 079404a Spacepolice
079404a is described below
commit 079404a06a9b26b38e33900e0c6dc294ec3775df
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Nov 28 16:22:01 2020 +0100
Spacepolice
---
src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java
b/src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java
index b6c2ffe..fb9b983 100644
--- a/src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java
+++ b/src/core/src/main/java/org/apache/jmeter/gui/util/JMeterMenuBar.java
@@ -236,7 +236,7 @@ public class JMeterMenuBar extends JMenuBar implements
LocaleChangeListener {
log.error("Exception registering implementation: [{}] of
interface: [{}], a dependency used by the plugin class is missing",
strClassName, MenuCreator.class, e);
} catch (Exception e) {
- log.error("Exception registering implementation: [{}] of
interface: [{}], a jar is probably missing",
+ log.error("Exception registering implementation: [{}] of
interface: [{}], a jar is probably missing",
strClassName, MenuCreator.class, e);
}
}