mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 09:33:49 +02:00
remove newline for sysinfo to make splunk queries easier
This commit is contained in:
parent
2ed5e8aefb
commit
0576e6ae3e
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ void DomainGatekeeper::processConnectRequestPacket(QSharedPointer<ReceivedMessag
|
|||
<< "user" << username
|
||||
<< "reason" << QString(nodeConnection.connectReason ? "SilentDomainDisconnect" : "Connect")
|
||||
<< "previous connection uptime" << nodeConnection.previousConnectionUpTime/USECS_PER_MSEC << "msec"
|
||||
<< "\nsysinfo" << nodeConnection.SystemInfo;
|
||||
<< "sysinfo" << nodeConnection.SystemInfo;
|
||||
|
||||
// signal that we just connected a node so the DomainServer can get it a list
|
||||
// and broadcast its presence right away
|
||||
|
|
Loading…
Reference in a new issue