Fix over zealous chopping of text when editing (pilot error)

mb-throttle-test
BlueWall 2014-10-15 09:55:41 -04:00
parent 5c9ef4d083
commit b45c929d66
1 changed files with 1 additions and 1 deletions

View File

@ -707,7 +707,7 @@ namespace OpenSim.Data.PGSQL
catch (Exception e) catch (Exception e)
{ {
m_log.ErrorFormat("[PROFILES_DATA]" + m_log.ErrorFormat("[PROFILES_DATA]" +
": Requst properties exception {0}", e.Message; ": Requst properties exception {0}", e.Message);
result = e.Message; result = e.Message;
return false; return false;
} }