mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Fix over zealous chopping of text when editing (pilot error)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user