Skip to content

Commit

Permalink
Merge pull request #2034 from ryanemerson/HORNETQ-1484-2.3.x
Browse files Browse the repository at this point in the history
[HORNETQ-1484] Improve log output to explain why cached commands are …
  • Loading branch information
mtaylor committed Jul 9, 2015
2 parents aa8d93f + f21c1cc commit 7f5f021
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -72,7 +72,9 @@ public interface HornetQJMSServerLogger extends BasicLogger
void bridgeConnected();

@LogMessage(level = Logger.Level.INFO)
@Message(id = 121003, value = "JMS Server Manager Running cached command for {0}" , format = Message.Format.MESSAGE_FORMAT)
@Message(id = 121003, value = "JMS Server Manager Running cached command for {0}." +
"(In the event of failover after failback has occurred, this message may be output multiple times.)",
format = Message.Format.MESSAGE_FORMAT)
void serverRunningCachedCommand(Runnable run);

@LogMessage(level = Logger.Level.INFO)
Expand Down

0 comments on commit 7f5f021

Please sign in to comment.