mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 15:13:41 +02:00
Update log message for uploading assets
This commit is contained in:
parent
4105b7369c
commit
c2fcf5865a
1 changed files with 2 additions and 3 deletions
|
@ -182,7 +182,6 @@ bool AssetClient::uploadAsset(QByteArray data, QString extension, UploadResultCa
|
|||
}
|
||||
|
||||
void AssetClient::handleAssetUploadReply(QSharedPointer<NLPacket> packet, SharedNodePointer senderNode) {
|
||||
qDebug() << "Got asset upload reply";
|
||||
MessageID messageID;
|
||||
packet->readPrimitive(&messageID);
|
||||
|
||||
|
@ -196,9 +195,9 @@ void AssetClient::handleAssetUploadReply(QSharedPointer<NLPacket> packet, Shared
|
|||
|
||||
hashString = QString(hashData);
|
||||
|
||||
qDebug() << "Hash: " << hashString;
|
||||
qDebug() << "Successfully uploaded asset to asset-server - SHA256 hash is " << hashString;
|
||||
} else {
|
||||
qDebug() << "Error uploading file";
|
||||
qDebug() << "Error uploading file to asset server";
|
||||
}
|
||||
|
||||
if (_pendingUploads.contains(messageID)) {
|
||||
|
|
Loading…
Reference in a new issue