mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:14:59 +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/"
|
||||
+ 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);
|
||||
|
|
Loading…
Reference in a new issue