one more debug line for script redirect

This commit is contained in:
Stephen Birarda 2014-10-02 10:15:12 -07:00
parent b6e0b08a29
commit 89907136fa

View file

@ -1089,6 +1089,8 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
scriptURL.setPath(URI_ASSIGNMENT + "/scripts/"
+ uuidStringWithoutCurlyBraces(pendingData->getAssignmentUUID()));
qDebug() << "Serving" << scriptURL << "for assignment with ID" << matchingUUID;
// have the HTTPManager serve the appropriate script file
return _httpManager.handleHTTPRequest(connection, scriptURL);
}