From 44ba6d885ff3e5193d7349b4c668fa571bc15bd2 Mon Sep 17 00:00:00 2001 From: briancaruso Date: Thu, 14 Jun 2012 15:55:59 +0000 Subject: [PATCH] Changed log message for DateTimeWithPrecision NIHVIVO-2754 --- .../webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java index d20472e76..5cd6b2380 100644 --- a/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java +++ b/webapp/src/edu/cornell/mannlib/vitro/webapp/edit/n3editing/VTwo/DateTimeWithPrecisionVTwo.java @@ -171,7 +171,7 @@ public class DateTimeWithPrecisionVTwo extends BaseEditElementVTwo { DateTime value = getTimeValue(editConfig,editSub); /* This is the case where there is a precision so there should be a datetime */ if( value == null ) - log.error("Field " + getFieldName() + " has precision " + precisionUri + log.warn("Field " + getFieldName() + " has precision " + precisionUri + " but the date time is " + value); /* only put the values in the map for ones which are significant based on the precision */