mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
One more debug message for offline IMs.
This commit is contained in:
@@ -965,8 +965,9 @@ namespace OpenSim.Framework
|
||||
requestStream = request.GetRequestStream();
|
||||
requestStream.Write(buffer.ToArray(), 0, length);
|
||||
}
|
||||
catch (Exception)
|
||||
catch (Exception e)
|
||||
{
|
||||
m_log.WarnFormat("[SynchronousRestObjectRequester]: exception in sending data to {0}: {1}", requestUrl, e);
|
||||
return deserial;
|
||||
}
|
||||
finally
|
||||
|
||||
Reference in New Issue
Block a user