Removed blank space

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-insert-storage-se-plugin@157700 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-27 13:26:24 +00:00
parent 1650ed9e30
commit 8d9a9f59a7
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
package org.gcube.accounting.insert.storage.plugin;
import java.util.Map;
@ -139,7 +140,7 @@ public class AccountingInsertStoragePlugin extends Plugin<AccountingInsertStorag
JsonDocument doc = JsonDocument.create(docId, content);
JsonDocument response = accountingBucket.upsert(doc);
logger.debug("AccountingInsertStoragePlugin: upsert doc:{}",doc.toString());
logger.debug("AccountingInsertStoragePlugin: upsert doc:{}. Response : {}",doc.toString(), response.toString());
Thread.sleep(timeWait);