]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA - tweaked log output (no functional changes).
authorPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 14 Nov 2011 23:56:33 +0000 (23:56 +0000)
committerPatrick Schmitz <pschmitz@berkeley.edu>
Mon, 14 Nov 2011 23:56:33 +0000 (23:56 +0000)
services/common/src/main/java/org/collectionspace/services/common/document/DocumentUtils.java

index b22c39a4cc39eeddfe4e8548d64a978b3daedd4d..00e0ce46e3efbc893a8c491568693ea4328e82fb 100644 (file)
@@ -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);
                                }
                        }
                }