Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 980ba56

Browse files
committed
fix: ✏️ fix logging message typo
1 parent 2e70644 commit 980ba56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/bsrserver/components/Sentences.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private void updateSentences() {
4747
}
4848

4949
// logging
50-
logger.info("Fetch sentences: " + sentences);
50+
logger.info("Fetched sentences: " + sentences);
5151
} catch (Exception exception) {
5252
exception.printStackTrace();
5353
}

0 commit comments

Comments
 (0)