Fixed missing space in svc_packetentities
This commit is contained in:
parent
3dd9bc7fca
commit
063c2f515c
@ -58,6 +58,6 @@ namespace NetHandlers
|
|||||||
<< ", max " << data->maxEntries
|
<< ", max " << data->maxEntries
|
||||||
<< ", changed " << data->numUpdatedEntries
|
<< ", changed " << data->numUpdatedEntries
|
||||||
<< "," << (data->updateBaseline ? " BL update," : "")
|
<< "," << (data->updateBaseline ? " BL update," : "")
|
||||||
<< " bytes" << math::BitsToBytes(data->dataLengthInBits);
|
<< " bytes " << math::BitsToBytes(data->dataLengthInBits);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user