wangguangyuan 5 months ago
parent
commit
7dae09f167
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inspect-ivs/src/main/java/com/inspect/ivs/service/IvsResourceRetryableDelegate.java

+ 1
- 1
inspect-ivs/src/main/java/com/inspect/ivs/service/IvsResourceRetryableDelegate.java View File

@ -166,7 +166,7 @@ public class IvsResourceRetryableDelegate {
IvsConst.URI_SNAPSHOT_LIST,
ivsChanSnapVo,
IvsPlatformSnapshotView.class);
log.info("URI_SNAPSHOT_LIST SUCCESS retryCount: {}, UUID: {}", retryCount, uuid);
log.info("URI_SNAPSHOT_LIST SUCCESS retryCount: {}, UUID: {}, snapShotView: {}", retryCount, uuid, snapShotView);
} catch (Exception e) {
log.info("URI_SNAPSHOT_LIST FAIL retryCount: {}, UUID: {}", retryCount, uuid);
throw new IOException("URI_SNAPSHOT_LIST FAIL UUID: " + uuid);


Loading…
Cancel
Save