Skip to content

Commit 40af8db

Browse files
authored
[wpilibc] DataLogManager: Rename console log entry to "console" (#7240)
This matches Java.
1 parent 5ac132f commit 40af8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wpilibc/src/main/native/cpp/DataLogManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ void Thread::StopNTLog() {
309309
void Thread::StartConsoleLog() {
310310
if (!m_consoleLoggerEnabled && RobotBase::IsReal()) {
311311
m_consoleLoggerEnabled = true;
312-
m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "output"};
312+
m_consoleLogger = {"/home/lvuser/FRC_UserProgram.log", m_log, "console"};
313313
}
314314
}
315315

0 commit comments

Comments
 (0)