Minor formatting cleanup.
parent
aabaa35af7
commit
496ed4488d
|
@ -434,7 +434,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Concierge
|
||||||
_log.ErrorFormat("[Concierge] broker update to {0} failed with status {1}", uri, we.Status);
|
_log.ErrorFormat("[Concierge] broker update to {0} failed with status {1}", uri, we.Status);
|
||||||
if (null != we.Response)
|
if (null != we.Response)
|
||||||
{
|
{
|
||||||
using(HttpWebResponse resp = we.Response as HttpWebResponse)
|
using (HttpWebResponse resp = we.Response as HttpWebResponse)
|
||||||
{
|
{
|
||||||
_log.ErrorFormat("[Concierge] response from {0} status code: {1}", uri, resp.StatusCode);
|
_log.ErrorFormat("[Concierge] response from {0} status code: {1}", uri, resp.StatusCode);
|
||||||
_log.ErrorFormat("[Concierge] response from {0} status desc: {1}", uri, resp.StatusDescription);
|
_log.ErrorFormat("[Concierge] response from {0} status desc: {1}", uri, resp.StatusDescription);
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using System.Collections;
|
using System.Collections;
|
||||||
using OpenSim.Region.ScriptEngine.Interfaces;
|
using OpenSim.Region.ScriptEngine.Interfaces;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue