Skip to content

Commit

Permalink
fix typo error (alibaba#3954)
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy authored and WesleyOne committed Oct 20, 2020
1 parent 14bdb47 commit 45fbede
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2292,7 +2292,7 @@ public ConfigHistoryInfo detailConfigHistory(Long nid) {
.queryForObject(sqlFetchRows, new Object[] {nid}, HISTORY_DETAIL_ROW_MAPPER);
return historyInfo;
} catch (DataAccessException e) {
LogUtil.FATAL_LOG.error("[list-config-history] error, nid:{}", new Object[] {nid}, e);
LogUtil.FATAL_LOG.error("[detail-config-history] error, nid:{}", new Object[] {nid}, e);
throw e;
}
}
Expand Down

0 comments on commit 45fbede

Please sign in to comment.