Merge branch 'master' of git://github.com/AlericInglewood/SingularityViewer

This commit is contained in:
Latif Khalifa
2013-12-20 04:59:48 +01:00
2 changed files with 3 additions and 2 deletions

View File

@@ -1764,7 +1764,7 @@ void LLAudioData::updateLoadState()
if( gAudioDecodeMgrp->addDecodeRequest(getID()) )
{
setLoadState(STATE_LOAD_DECODING);
LL_INFOS("AudioEngine") << "Decoding asset data for: " << getID() << LL_ENDL;
LL_DEBUGS("AudioEngine") << "Decoding asset data for: " << getID() << LL_ENDL;
}
else
{
@@ -1773,7 +1773,7 @@ void LLAudioData::updateLoadState()
}
else if(mLoadState == STATE_LOAD_REQ_FETCH && gAssetStorage && gAssetStorage->isUpstreamOK())
{
LL_INFOS("AudioEngine") << "Fetching asset data for: " << getID() << LL_ENDL;
LL_DEBUGS("AudioEngine") << "Fetching asset data for: " << getID() << LL_ENDL;
setLoadState(STATE_LOAD_FETCHING);
gAssetStorage->getAssetData(getID(), LLAssetType::AT_SOUND, LLAudioEngine::assetCallback, NULL);

View File

@@ -322,6 +322,7 @@ bool HippoPanelGridsImpl::saveCurGrid()
mState = NORMAL;
mCurGrid = gridname;
gridInfo = new HippoGridInfo(gridname);
gridInfo->setLoginUri(loginuri);
gHippoGridManager->addGrid(gridInfo);
try
{