Fix over zealous chopping of text when editing (pilot error)
parent
5c9ef4d083
commit
b45c929d66
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue