refs #1117: Accounting lib's StackOverflow

https://support.d4science.org/issues/1117

Added missing logging argument.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-lib@119870 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2015-10-19 15:59:09 +00:00
parent dcf3e3ec1c
commit 90ca3ebafd
1 changed files with 1 additions and 2 deletions

View File

@ -417,8 +417,7 @@ public abstract class BasicUsageRecord implements UsageRecord, Serializable {
// TODO
}
if(computedFields.contains(key)){
logger.debug("{} is a computed field. To be calculated all the required fields to calcutalate it MUST be set. "
+ "In any case the provided value is ignored.");
logger.debug("{} is a computed field. To be calculated all the required fields to calcutalate it MUST be set. In any case the provided value will be ignored.", key);
}
try {
checkedValue = fieldValidator.validate(key, checkedValue, this);