add debug to see document root on DS relaunch

This commit is contained in:
Stephen Birarda 2013-10-30 18:02:13 -07:00
parent e47f433444
commit 5814f9ea81

View file

@ -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",