ARTEMIS-387 grammar fix

This commit is contained in:
jbertram 2016-02-05 12:13:11 -06:00
parent f0b8f1e356
commit 8dcea17f11
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public interface ActiveMQServerLogger extends BasicLogger {
@LogMessage(level = Logger.Level.INFO)
@Message(
id = 221026,
value = "Bridge {0} connected to fowardingAddress={1}. {2} does not have any bindings what means messages will be ignored until a binding is created.",
value = "Bridge {0} connected to fowardingAddress={1}. {2} does not have any bindings. Messages will be ignored until a binding is created.",
format = Message.Format.MESSAGE_FORMAT)
void bridgeNoBindings(SimpleString name, SimpleString forwardingAddress, SimpleString address);