diff --git a/rpcs3/rpcs3qt/log_frame.cpp b/rpcs3/rpcs3qt/log_frame.cpp index b26d37c66e..4daa93f6c4 100644 --- a/rpcs3/rpcs3qt/log_frame.cpp +++ b/rpcs3/rpcs3qt/log_frame.cpp @@ -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)