Skip to content

Commit 662fac7

Browse files
committed
Minor changes to log messages
1 parent 3ad952c commit 662fac7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# MATLAB Interface *for RabbitMQ-MATLAB Production Server Messaging Client®*
22
# Release Notes
33

4+
## Release 0.1.1 (22nd Apr 2020)
5+
* Minor fixes
6+
47
## Release 0.1.0 (December 2019)
58
* Initial release supporting RabbitMQ
69

Software/Java/RabbitMQClient/src/main/java/com/mathworks/utilities/DisplayHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public static void displayBanner() {
4848
}
4949

5050
public static void displayHeader() {
51-
LOG.info("Lumada to MATLAB Production Server Connector");
51+
LOG.info("RabbitMQ to MATLAB Production Server Connector");
5252
LOG.info("(c) 2018 MathWorks, Inc.");
5353
}
5454

0 commit comments

Comments
 (0)