mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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/"
|
||||
+ uuidStringWithoutCurlyBraces(pendingData->getAssignmentUUID()));
|
||||
|
||||
qDebug() << "Serving" << scriptURL << "for assignment with ID" << matchingUUID;
|
||||
|
||||
// have the HTTPManager serve the appropriate script file
|
||||
return _httpManager.handleHTTPRequest(connection, scriptURL);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue