mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 08:26:36 +02:00
cleanup indentation in packet filter
This commit is contained in:
parent
015284c0e6
commit
0e0f216aed
1 changed files with 3 additions and 3 deletions
|
@ -277,12 +277,12 @@ bool LimitedNodeList::packetSourceAndHashMatchAndTrackBandwidth(const udt::Packe
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
static const QString UNSOLICITED_REPLICATED_REGEX =
|
static const QString UNSOLICITED_REPLICATED_REGEX =
|
||||||
"Replicated packet of type \\d+ \\([\\sa-zA-Z:]+\\) received from unknown upstream";
|
"Replicated packet of type \\d+ \\([\\sa-zA-Z:]+\\) received from unknown upstream";
|
||||||
static QString repeatedMessage
|
static QString repeatedMessage
|
||||||
= LogHandler::getInstance().addRepeatedMessageRegex(UNSOLICITED_REPLICATED_REGEX);
|
= LogHandler::getInstance().addRepeatedMessageRegex(UNSOLICITED_REPLICATED_REGEX);
|
||||||
|
|
||||||
qCDebug(networking) << "Replicated packet of type" << headerType
|
qCDebug(networking) << "Replicated packet of type" << headerType
|
||||||
<< "received from unknown upstream" << packet.getSenderSockAddr();
|
<< "received from unknown upstream" << packet.getSenderSockAddr();
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue