Skip to content

Commit

Permalink
update the param name
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Oct 12, 2020
1 parent 344e3d2 commit a2503dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ private List<Instance> parseBatchInstances(String instances) {
return JacksonUtils.toObj(instances, new TypeReference<List<Instance>>() {
});
} catch (Exception e) {
Loggers.SRV_LOG.warn("UPDATE-METADATA: Param 'target' is illegal, ignore this operation", e);
Loggers.SRV_LOG.warn("UPDATE-METADATA: Param 'instances' is illegal, ignore this operation", e);
}
return null;
}
Expand Down

0 comments on commit a2503dd

Please sign in to comment.