mirror of
https://github.com/overte-org/overte.git
synced 2025-06-22 22:40:32 +02:00
add debug to see document root on DS relaunch
This commit is contained in:
parent
e47f433444
commit
5814f9ea81
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
||||||
struct mg_callbacks callbacks = {};
|
struct mg_callbacks callbacks = {};
|
||||||
|
|
||||||
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
QString documentRoot = QString("%1/resources/web").arg(QCoreApplication::applicationDirPath());
|
||||||
|
qDebug("The document root is %s\n", documentRoot.toStdString());
|
||||||
|
|
||||||
// list of options. Last element must be NULL.
|
// list of options. Last element must be NULL.
|
||||||
const char* options[] = {"listening_ports", "8080",
|
const char* options[] = {"listening_ports", "8080",
|
||||||
|
|
Loading…
Reference in a new issue