mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 12:04:18 +02:00
Merge pull request #1152 from birarda/assignment
add debug for DS document root
This commit is contained in:
commit
a027a96433
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ DomainServer::DomainServer(int argc, char* argv[]) :
|
|||
struct mg_callbacks callbacks = {};
|
||||
|
||||
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.
|
||||
const char* options[] = {"listening_ports", "8080",
|
||||
|
|
Loading…
Reference in a new issue