Skip to content

Commit

Permalink
update log message
Browse files Browse the repository at this point in the history
  • Loading branch information
drewjj committed Mar 20, 2024
1 parent 346d235 commit 6ac47ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public String determineMessageType(OdeMsgPayload payload) {
int lowestIndex = Integer.MAX_VALUE;
for (String key : flagIndexes.keySet()) {
if (flagIndexes.get(key) == -1) {
logger.debug("This log is not of type " + key);
logger.debug("This message is not of type " + key);
continue;
}
if (flagIndexes.get(key) < lowestIndex) {
Expand Down

0 comments on commit 6ac47ad

Please sign in to comment.