diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llhomelocationresponder.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linden/indra/newview/llhomelocationresponder.cpp b/linden/indra/newview/llhomelocationresponder.cpp index e609237..c00d8e7 100644 --- a/linden/indra/newview/llhomelocationresponder.cpp +++ b/linden/indra/newview/llhomelocationresponder.cpp | |||
@@ -105,7 +105,8 @@ void LLHomeLocationResponder::result( const LLSD& content ) | |||
105 | } | 105 | } |
106 | } | 106 | } |
107 | 107 | ||
108 | void LLHomeLocationResponder::error( const LLSD& content ) | 108 | void LLHomeLocationResponder::error( U32 status, const std::string& reason ) |
109 | { | 109 | { |
110 | llinfos << "received error(" << ll_pretty_print_sd( content ) << ")" << llendl; | 110 | llinfos << "received error(" << reason << ")" << llendl; |
111 | } | 111 | } |
112 | |||