Skip to content

Commit

Permalink
Fix print message when pushing log to AdvantageScope
Browse files Browse the repository at this point in the history
Not necessarily a replay log
  • Loading branch information
jwbonner committed Dec 6, 2024
1 parent abc6b54 commit ee0b61b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void end() {
PrintWriter writer = new PrintWriter(advantageScopeTempPath.toString(), "UTF-8");
writer.println(fullLogPath);
writer.close();
System.out.println("[AdvantageKit] Replay log sent to AdvantageScope.");
System.out.println("[AdvantageKit] Log sent to AdvantageScope.");
} catch (Exception e) {
DriverStation.reportError("[AdvantageKit] Failed to send log to AdvantageScope.", false);
}
Expand Down

0 comments on commit ee0b61b

Please sign in to comment.