Skip to content

Commit

Permalink
[HORNETQ-1484] Improve log output to explain why cached commands are …
Browse files Browse the repository at this point in the history
…repeated.

BZ https://bugzilla.redhat.com/show_bug.cgi?id=1193793

(cherry picked from commit f21c1cc)
  • Loading branch information
ryanemerson authored and clebertsuconic committed Jul 9, 2015
1 parent 16687f8 commit 1801575
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 1801575

Please sign in to comment.