Skip to content

Commit

Permalink
fix: correct the SLIPPI_RUST_ONLINE log name
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana committed Feb 7, 2024
1 parent 439f14a commit 36a9329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Logging/LogManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ LogManager::LogManager()
m_log[LogType::SLIPPI_ONLINE] = {"SLIPPI_ONLINE", "Slippi Online"};
m_log[LogType::SLIPPI_RUST_DEPENDENCIES] = {"SLIPPI_RUST_DEPENDENCIES",
"[Rust] Slippi Dependencies", false, true};
m_log[LogType::SLIPPI_RUST_ONLINE] = {"SLIPPI_RUST_ONLINE,", "[Rust] Slippi Online", false, true};
m_log[LogType::SLIPPI_RUST_ONLINE] = {"SLIPPI_RUST_ONLINE", "[Rust] Slippi Online", false, true};
m_log[LogType::SLIPPI_RUST_JUKEBOX] = {"SLIPPI_RUST_JUKEBOX", "[Rust] Slippi Jukebox", false,
true};
m_log[LogType::SP1] = {"SP1", "Serial Port 1"};
Expand Down

0 comments on commit 36a9329

Please sign in to comment.