// This can happen if there's a bug in our code or if the VFS has been corrupted.
// This can happen if there's a bug in our code or if the VFS has been corrupted.
LL_WARNS()<<"LLViewerAssetStorage::storeAssetData() Data _should_ already be in the VFS, but it's not! "<<asset_id<<LL_ENDL;
LL_WARNS("AssetStorage")<<"LLViewerAssetStorage::storeAssetData() Data _should_ already be in the VFS, but it's not! "<<asset_id<<LL_ENDL;
// LLAssetStorage metric: Zero size VFS
// LLAssetStorage metric: Zero size VFS
reportMetric(asset_id,asset_type,LLStringUtil::null,LLUUID::null,0,MR_ZERO_SIZE,__FILE__,__LINE__,"The file didn't exist or was zero length (VFS - can't tell which)");
reportMetric(asset_id,asset_type,LLStringUtil::null,LLUUID::null,0,MR_ZERO_SIZE,__FILE__,__LINE__,"The file didn't exist or was zero length (VFS - can't tell which)");
LL_WARNS()<<"AssetStorage: attempt to upload non-existent vfile "<<asset_id<<":"<<LLAssetType::lookup(asset_type)<<LL_ENDL;
LL_WARNS("AssetStorage")<<"AssetStorage: attempt to upload non-existent vfile "<<asset_id<<":"<<LLAssetType::lookup(asset_type)<<LL_ENDL;
// LLAssetStorage metric: Zero size VFS
// LLAssetStorage metric: Zero size VFS
reportMetric(asset_id,asset_type,LLStringUtil::null,LLUUID::null,0,MR_ZERO_SIZE,__FILE__,__LINE__,"The file didn't exist or was zero length (VFS - can't tell which)");
reportMetric(asset_id,asset_type,LLStringUtil::null,LLUUID::null,0,MR_ZERO_SIZE,__FILE__,__LINE__,"The file didn't exist or was zero length (VFS - can't tell which)");