cleanup debug for script path

This commit is contained in:
Stephen Birarda 2014-10-02 10:17:31 -07:00
parent 89907136fa
commit 157fdf6afa

View file

@ -1089,7 +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;
qDebug() << "Serving" << scriptURL.toString() << "for assignment with ID"
<< uuidStringWithoutCurlyBraces(matchingUUID);
// have the HTTPManager serve the appropriate script file
return _httpManager.handleHTTPRequest(connection, scriptURL);