better debug output when failing to load global state file
This commit is contained in:
parent
ad392bb11e
commit
3afeac5b12
|
@ -545,7 +545,7 @@ public class LocalGatewayMetaState extends AbstractComponent implements ClusterS
|
|||
}
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.debug("");
|
||||
logger.debug("failed to load global state from [{}]", e, stateFile.getAbsolutePath());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue