]> git.mxchange.org Git - pizzaservice-swing.git/commitdiff
Used MessageFormat.format()
authorRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 10:01:08 +0000 (12:01 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 18 Sep 2015 10:01:08 +0000 (12:01 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/pizzaapplication/application/PizzaServiceApplication.java

index 1510bf4e38114204f2d290129f67c7b72e4c83d4..235f307663bccb3b32fd53dcc4385fa03fdfd383 100644 (file)
@@ -127,7 +127,7 @@ public class PizzaServiceApplication extends BaseFrameworkSystem implements Pizz
         */
        private boolean isCategoryTitleUsed(final String title) {
                // Trace message
-               this.getLogger().trace("title=" + title + " - CALLED!"); //NOI18N
+               this.getLogger().trace(MessageFormat.format("title={0} - CALLED!", title)); //NOI18N
 
                // Unfinished
                throw new UnsupportedOperationException("Unfinished method.");