git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@148567 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cdbdf8b800
commit
1a019450f4
|
@ -135,7 +135,7 @@ public class AccountingAggregatorPlugin extends Plugin<AccountingAggregatorPlugi
|
|||
if (inputs.containsKey("pathFile")){
|
||||
//get start time from file
|
||||
pathFile=(String) inputs.get("pathFile");
|
||||
logger.error("open file:{}",pathFile);
|
||||
logger.trace("open file:{}",pathFile);
|
||||
|
||||
BufferedReader reader = new BufferedReader(new FileReader(pathFile));
|
||||
String line;
|
||||
|
|
Loading…
Reference in New Issue