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

This commit is contained in:
BlueWall
2014-10-15 09:55:41 -04:00
parent 5c9ef4d083
commit b45c929d66

View File

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