mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 14:53:33 +02:00
Log formatting fix
This commit is contained in:
parent
64e5405391
commit
3c9edb90d8
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ void DomainGatekeeper::processConnectRequestPacket(QSharedPointer<ReceivedMessag
|
|||
<< "with MAC" << nodeConnection.hardwareAddress
|
||||
<< "and machine fingerprint" << nodeConnection.machineFingerprint
|
||||
<< "user" << username
|
||||
<< "reason" << (nodeConnection.wasSilentDomainDisconnect ? "Silent Domain Disconnect" : "Connect")
|
||||
<< "reason" << QString(nodeConnection.wasSilentDomainDisconnect ? "Silent Domain Disconnect" : "Connect")
|
||||
<< "previous connection uptime" << nodeConnection.previousConnectionUpTime/USECS_PER_MSEC << "msec";
|
||||
|
||||
// signal that we just connected a node so the DomainServer can get it a list
|
||||
|
|
Loading…
Reference in a new issue