Added log
This commit is contained in:
parent
e85303c809
commit
59e193f015
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue