Skip to content

Commit

Permalink
[wpilibc] DLM: Rename console log entry to "console"
Browse files Browse the repository at this point in the history
This matches Java.
  • Loading branch information
Gold856 committed Oct 21, 2024
1 parent 5ac132f commit bd38ed1
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 bd38ed1

Please sign in to comment.