mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:38:29 +02:00
one more debug line for script redirect
This commit is contained in:
parent
b6e0b08a29
commit
89907136fa
1 changed files with 2 additions and 0 deletions
|
@ -1089,6 +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;
|
||||||
|
|
||||||
// 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