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:
fly-man-
2008-12-24 21:08:34 +00:00
parent 703f50d858
commit 72672f1caa
@@ -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();