mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
fixed missing space character in fsd sample
This commit is contained in:
@@ -419,5 +419,5 @@ void Client::radioTextMessageReceived(const QString& callsign, const QString& ms
|
||||
|
||||
void Client::privateTextMessageReceived(const QString& fromCallsign, const QString& toCallsign, const QString& msg)
|
||||
{
|
||||
std::cout << "PRIV_MSG " << fromCallsign.toStdString() << " -> " << toCallsign.toStdString() << msg.toStdString() << std::endl;
|
||||
std::cout << "PRIV_MSG " << fromCallsign.toStdString() << " -> " << toCallsign.toStdString() << " " << msg.toStdString() << std::endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user