Fix some log messages with extra spaces

This commit is contained in:
Cameron Gutman 2022-11-02 19:25:44 -05:00
commit 448633ec3c
4 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ private:
// Ensure the machine that responded is the one we intended to contact
if (m_Computer->uuid != newState.uuid) {
qInfo() << "Found unexpected PC " << newState.name << " looking for " << m_Computer->name;
qInfo() << "Found unexpected PC" << newState.name << "looking for" << m_Computer->name;
return false;
}