Merge branch 'master' into careminster-presence-refactor

avinationmerge
Melanie 2010-05-18 15:31:19 +01:00
commit 1c3790a70d
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace OpenSim.Services.Connectors.Friends
} }
catch (Exception e) catch (Exception e)
{ {
m_log.DebugFormat("[FRIENDS CONNECTOR]: Exception when contacting remote sim: {0}", e.Message); m_log.DebugFormat("[FRIENDS CONNECTOR]: Exception when contacting remote sim: {0}", e.ToString());
} }
return false; return false;