Fixed log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@153206 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-09-18 16:44:34 +00:00
parent 756a64b2de
commit f27a938456
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class CouchBaseConnector {
Bucket bucket = cluster.openBucket(bucketName, configuration.getProperty(PASSWORD_PROPERTY_KEY));
connectionMap.put(bucketKey, bucket);
}catch (Exception e) {
logger.warn("Unable to open Bucket for type {}. This normally mean that is not configured.", recordClass);
logger.warn("Unable to open Bucket for type {}. This normally means that is not configured.", recordClass);
}
}
}