From b609d7a10e1fa83d4de13c84d406c9bbdb2f2e27 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 29 Sep 2015 15:05:27 +0200 Subject: [PATCH] =?utf8?q?New=20logger=3F=20Signed-off-by:Roland=20H=C3=A4?= =?utf8?q?der=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/org/mxchange/jcore/model/contact/UserContact.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/mxchange/jcore/model/contact/UserContact.java b/src/org/mxchange/jcore/model/contact/UserContact.java index 2dae90e..3fe979a 100644 --- a/src/org/mxchange/jcore/model/contact/UserContact.java +++ b/src/org/mxchange/jcore/model/contact/UserContact.java @@ -363,7 +363,7 @@ public class UserContact implements Contact, Comparable { @Override public String getFamilyName () { - //* NOISY-DEBUG: */ this.getLogger().trace("CALLED!"); + //* NOISY-DEBUG: */ this.getLogger().logTrace("CALLED!"); return this.familyName; } -- 2.39.5