fix a broken build in the domain-server

This commit is contained in:
Stephen Birarda 2013-10-30 18:11:32 -07:00
parent 5814f9ea81
commit 6014c833ed

View file

@ -326,7 +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());
qDebug("The document root is %s\n", documentRoot.toLocal8Bit().constData());
// list of options. Last element must be NULL.
const char* options[] = {"listening_ports", "8080",