mirror of
https://github.com/kcozens/OpenSimProfile.git
synced 2026-08-14 09:02:00 +00:00
Updating the OpenProfileModule (replaced [Search] with [Profile]
Cosmetic change git-svn-id: http://forge.opensimulator.org/svn/osprofile/trunk@6 19860011-0018-435d-96ae-4a7b0aaa3128
This commit is contained in:
@@ -130,7 +130,7 @@ namespace OpenSimProfile.Modules.OpenProfile
|
||||
catch (SocketException ex)
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[SEARCH]: Unable to connect to Profile Server {0}. " +
|
||||
"[PROFILE]: Unable to connect to Profile Server {0}. " +
|
||||
"Exception {1}", m_ProfileServer, ex);
|
||||
|
||||
Hashtable ErrorHash = new Hashtable();
|
||||
@@ -143,7 +143,7 @@ namespace OpenSimProfile.Modules.OpenProfile
|
||||
catch (XmlException ex)
|
||||
{
|
||||
m_log.ErrorFormat(
|
||||
"[SEARCH]: Unable to connect to Profile Server {0}. " +
|
||||
"[PROFILE]: Unable to connect to Profile Server {0}. " +
|
||||
"Exception {1}", m_ProfileServer, ex);
|
||||
|
||||
Hashtable ErrorHash = new Hashtable();
|
||||
|
||||
Reference in New Issue
Block a user