]> git.mxchange.org Git - pizzaservice-war.git/commitdiff
Opps, not all.
authorRoland Haeder <roland@mxchange.org>
Mon, 31 Aug 2015 09:48:27 +0000 (11:48 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 31 Aug 2015 09:48:27 +0000 (11:48 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

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

index 233163c5e22b4f2e0c3d6ef0660cf3ac56b51575..a94d72c151c629192ffc2c7e39f820010d9a95d4 100644 (file)
@@ -619,7 +619,7 @@ public class PizzaServiceApplication extends BasePizzaServiceSystem implements P
        @Override
        public String generateLinkForParent (final Category category) {
                // Trace message
-               this.getLogger().trace(MessageFormat.format("categoryId={0} - CALLED!", category)); //NOI18N
+               this.getLogger().trace(MessageFormat.format("category={0} - CALLED!", category)); //NOI18N
 
                // category must not be null
                if (null == category) {