Fix some log messages with extra spaces
This commit is contained in:
parent
09ce3c9ce4
commit
448633ec3c
4 changed files with 5 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue