mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
fix logging name for metavoxel server
This commit is contained in:
parent
5a43c2c66b
commit
9de098b4d9
1 changed files with 3 additions and 1 deletions
|
@ -29,8 +29,10 @@ void MetavoxelServer::removeSession(const QUuid& sessionId) {
|
|||
delete _sessions.take(sessionId);
|
||||
}
|
||||
|
||||
const char METAVOXEL_SERVER_LOGGING_NAME[] = "avatar-mixer";
|
||||
|
||||
void MetavoxelServer::run() {
|
||||
commonInit("metavoxel-server", NODE_TYPE_METAVOXEL_SERVER);
|
||||
commonInit(METAVOXEL_SERVER_LOGGING_NAME, NODE_TYPE_METAVOXEL_SERVER);
|
||||
|
||||
_lastSend = QDateTime::currentMSecsSinceEpoch();
|
||||
_sendTimer.start(SEND_INTERVAL);
|
||||
|
|
Loading…
Reference in a new issue