Added log

This commit is contained in:
Fabio Sinibaldi 2022-02-02 11:31:25 +01:00
parent e85303c809
commit 59e193f015
1 changed files with 1 additions and 0 deletions

View File

@ -187,6 +187,7 @@ public class ConcessioniMongoManager extends MongoManager{
throw e;
}
}catch(Throwable t){
log.error("Unable to delete "+id,t);
throw new DeletionException("Unable to delete "+id,t);
}
}