add debug log line

21411
Roberto Cirillo 3 years ago
parent 1b5d41b22f
commit dde4ff1fa8

@ -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");
}

Loading…
Cancel
Save