Skip to content

Commit

Permalink
优化log
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce.wu committed Sep 11, 2024
1 parent e1b86cf commit 9299b40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ protected NacosGetChangeSetResp run() throws Exception {
}
}
}
logger.log("Found ChangeSet. id:%s", resp.getId());
logger.log("Found ChangeSet. ids:%s", Objects.toString(resp.getIds()));
return resp;
}
}
Expand Down

0 comments on commit 9299b40

Please sign in to comment.