fixed log

This commit is contained in:
Luca Frosini 2023-01-31 14:47:11 +01:00
parent 59dcef6c2e
commit 96aafa272c
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public class ZenodoSoftwareVersionExporter extends SoftwareVersionExporter {
publishToZenodo();
}finally {
for(File file : files) {
logger.info("Going to delete file {}", file.getAbsolutePath());
logger.trace("Going to delete file {}", file.getAbsolutePath());
if(!file.exists()) {
throw new RuntimeException(file.getAbsolutePath() + " does not exist");
}