Skip to content

Commit

Permalink
Censor swear in Tag error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragon-Seeker committed Apr 17, 2024
1 parent ed0b453 commit b32149c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private void preventTagsFromFailingToLoad(TagEntry.ValueGetter<T> valueGetter, L
if(list2.isEmpty()) return;

LOGGER.error(
"[Load My Fucking Tags] Couldn't load certain entries with the tag {}: {}",
"[Load My F***ing Tags] Couldn't load certain entries with the tag {}: {}",
currentTagId.get(),
list2.stream().map(Objects::toString).collect(Collectors.joining(", "))
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private void preventTagsFromFailingToLoad(TagEntry.ValueGetter<T> valueGetter, L
if(list2.isEmpty()) return;

LOGGER.error(
"[Load My Fucking Tags] Couldn't load certain entries with the tag {}: {}",
"[Load My F***ing Tags] Couldn't load certain entries with the tag {}: {}",
currentTagId.get(),
list2.stream().map(Objects::toString).collect(Collectors.joining(", "))
);
Expand Down

0 comments on commit b32149c

Please sign in to comment.