Put in some changes along sg1.4 dev history.
This commit is contained in:
@@ -103,7 +103,8 @@ void LLHomeLocationResponder::result( const LLSD& content )
|
||||
}
|
||||
}
|
||||
|
||||
void LLHomeLocationResponder::error( const LLSD& content )
|
||||
void LLHomeLocationResponder::error( U32 status, const std::string& reason )
|
||||
{
|
||||
llinfos << "received error(" << ll_pretty_print_sd( content ) << ")" << llendl;
|
||||
llinfos << "received error(" << reason << ")" << llendl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user