Corrected a typo in a log

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib@124383 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-19 15:16:21 +00:00
parent 947a3efc29
commit 73a3e2f905
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public abstract class AggregationScheduler implements Runnable {
try {
this.flush(persistenceExecutor);
} catch (Exception e) {
logger.error("Error flushin Buffered Records");
logger.error("Error flushing Buffered Records");
}
}