Merge pull request #1152 from birarda/assignment

add debug for DS document root
This commit is contained in:
Stephen Birarda 2013-10-30 18:02:36 -07:00
commit a027a96433

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