From ab4413c92ff6e5e92a15046b72516b1815b75cf9 Mon Sep 17 00:00:00 2001 From: Patrick Schmitz Date: Mon, 14 Nov 2011 23:56:33 +0000 Subject: [PATCH] NOJIRA - tweaked log output (no functional changes). --- .../services/common/document/DocumentUtils.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java b/services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java index b22c39a4c..00e0ce46e 100644 --- a/services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java +++ b/services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java @@ -1144,8 +1144,8 @@ public class DocumentUtils { data.put(name, value); } else { if (logger.isDebugEnabled() == true) { - logger.debug("Invalid input document. No such property was found " + - name + " in schema " + schemaName); + logger.debug("Invalid input document. No such property was found [" + + name + "] in schema " + schemaName); } } } -- 2.47.3