Skip to content

Commit

Permalink
Merge branch 'wpilibsuite:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotScher authored Oct 21, 2024
2 parents a835dd7 + 40af8db commit 6acd803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpilibc/src/main/native/cpp/DataLogManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ void Thread::StopNTLog() {
void Thread::StartConsoleLog() {
if (!m_consoleLoggerEnabled && RobotBase::IsReal()) {
m_consoleLoggerEnabled = true;
m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "output"};
m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "console"};
}
}

Expand Down

0 comments on commit 6acd803

Please sign in to comment.