first attempt at url handling in octree server

This commit is contained in:
Liv 2017-07-20 14:00:51 -07:00
parent bdb12c38cf
commit 4ba9b08125
3 changed files with 4 additions and 3 deletions

View file

@ -965,7 +965,8 @@ void OctreeServer::handleOctreeFileReplacement(QSharedPointer<ReceivedMessage> m
} else {
qWarning() << "Could not write replacement octree data to file - refusing to process";
}
} else {
}
else {
qDebug() << "Received replacement octree file that is invalid - refusing to process";
}
} else {