mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +02:00
fix indentation for last inactive check timestamp
This commit is contained in:
parent
4210bc178e
commit
d8b0dbf3bf
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ IceServer::IceServer(int argc, char* argv[]) :
|
|||
_serverSocket(),
|
||||
_activePeers(),
|
||||
_httpManager(QHostAddress::AnyIPv4, ICE_SERVER_MONITORING_PORT, QString("%1/web/").arg(QCoreApplication::applicationDirPath()), this),
|
||||
_lastInactiveCheckTimestamp(QDateTime::currentMSecsSinceEpoch())
|
||||
_lastInactiveCheckTimestamp(QDateTime::currentMSecsSinceEpoch())
|
||||
{
|
||||
// start the ice-server socket
|
||||
qDebug() << "ice-server socket is listening on" << ICE_SERVER_DEFAULT_PORT;
|
||||
|
|
Loading…
Reference in a new issue