diff options
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 8556127051..d51f427c4e 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -390,7 +390,8 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey)  			if ( !url.empty() )
  			{
 -				llinfos<<"Region has required caps of type ["<<capability<<"]"<<llendl;
 +				std::string str = getString("navmesh_fetch_inprogress");
 +				mPathfindingStatus->setText((LLStringExplicit)str);
  				LLNavMeshStation::getInstance()->setNavMeshDownloadURL( url );
  				int dir = shift[i];
  				LLNavMeshStation::getInstance()->downloadNavMeshSrc( mNavMeshDownloadObserver[mCurrentMDO].getObserverHandle(), dir );				
  | 
