add debug log line

This commit is contained in:
Roberto Cirillo 2021-09-22 10:00:15 +02:00
parent 1b5d41b22f
commit dde4ff1fa8
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ public class StorageIDResolver {
LOG.debug("going to close an old storage-client instance");
try {
storageManagerClient.forceClose();
LOG.debug("storage-client closed");
}catch(Exception e) {
LOG.warn("Some problem occurred during the close operation:"+e.getMessage()+" Going to open another connection");
}