mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:17:02 +02:00
cleanup debug for script path
This commit is contained in:
parent
89907136fa
commit
157fdf6afa
1 changed files with 2 additions and 1 deletions
|
@ -1089,7 +1089,8 @@ bool DomainServer::handleHTTPRequest(HTTPConnection* connection, const QUrl& url
|
||||||
scriptURL.setPath(URI_ASSIGNMENT + "/scripts/"
|
scriptURL.setPath(URI_ASSIGNMENT + "/scripts/"
|
||||||
+ uuidStringWithoutCurlyBraces(pendingData->getAssignmentUUID()));
|
+ 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
|
// have the HTTPManager serve the appropriate script file
|
||||||
return _httpManager.handleHTTPRequest(connection, scriptURL);
|
return _httpManager.handleHTTPRequest(connection, scriptURL);
|
||||||
|
|
Loading…
Reference in a new issue