mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-14 01:27:00 +00:00
Fix format string in log_frame.cpp
This commit is contained in:
parent
55f9a56e45
commit
c51779d4d3
@ -363,7 +363,7 @@ void log_frame::CreateAndConnectActions()
|
||||
}
|
||||
else
|
||||
{
|
||||
text = fmt::format("%s > %s\n", "Ch.%d", m_tty_channel, text);
|
||||
text = fmt::format("Ch.%d > %s\n", m_tty_channel, text);
|
||||
}
|
||||
|
||||
if (g_tty)
|
||||
|
Loading…
x
Reference in New Issue
Block a user