Skip to content

Commit

Permalink
fix log lenth
Browse files Browse the repository at this point in the history
Signed-off-by: edwinhzhang <[email protected]>
  • Loading branch information
zhangheihei committed Dec 4, 2024
1 parent 44a55dc commit 83e32ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,8 @@ public void replayModifyDictionaryMgr(DictionaryMgrInfo info) {
if (dictionariesMapById.containsKey(dictionary.getDictionaryId())) {
dictionariesMapById.put(dictionary.getDictionaryId(), dictionary);
} else {
LOG.warn("dictionary {}, id {} has been deleted", dictionary.getDictionaryName(), dictionary.getDictionaryId());
LOG.warn("dictionary {}, id {} has been deleted",
dictionary.getDictionaryName(), dictionary.getDictionaryId());
}
}
} finally {
Expand Down

0 comments on commit 83e32ba

Please sign in to comment.