Skip to content

Commit

Permalink
Update SqlConfigProvider.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jul 28, 2023
1 parent f3193f4 commit 92eae41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ public void load() {
JacksonUtils.deserialize(
getOneConfigFile(conn, TableKeys.ATFL_CONFIG_FILE), AprilTagFieldLayout.class);
} catch (IOException e) {
logger.error("Could not deserialize network config! Loading defaults");
logger.error("Could not deserialize apriltag layout! Loading defaults");
try {
atfl = AprilTagFields.k2023ChargedUp.loadAprilTagLayoutField();
} catch (IOException e2) {
Expand Down

0 comments on commit 92eae41

Please sign in to comment.