Skip to content

Commit

Permalink
Fix log message argument formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco Borges committed Nov 20, 2012
1 parent c1feb57 commit 5e661e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,8 @@ public interface HornetQClientLogger extends BasicLogger
void propertyNotBoolean(String propName, String name);

@LogMessage(level = Logger.Level.WARN)
@Message(id = 212154, value = "Cannot find hornetq-version.properties on classpath: {1}", format = Message.Format.MESSAGE_FORMAT)
@Message(id = 212154, value = "Cannot find hornetq-version.properties on classpath: {0}",
format = Message.Format.MESSAGE_FORMAT)
void noVersionOnClasspath(String classpath);

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

0 comments on commit 5e661e7

Please sign in to comment.