Changed log message for DateTimeWithPrecision NIHVIVO-2754
This commit is contained in:
parent
65ac740cff
commit
44ba6d885f
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue