add debug log line
This commit is contained in:
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…
Reference in New Issue