mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
70dd4cf152
commit
bc0ff5e7d4
@@ -557,7 +557,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
}
|
||||
catch
|
||||
{
|
||||
m_log.DebugFormat("[USER AGENT CONNECTOR]: Unable to contact remote server {0} for GetServerURLs", m_ServerURL);
|
||||
m_log.DebugFormat("[USER AGENT CONNECTOR]: Unable to contact remote server {0} for GetServerURLs for user {1}", m_ServerURL, userID);
|
||||
// reason = "Exception: " + e.Message;
|
||||
return serverURLs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user