minor: Make the error thrown logged when a simulator in grid mode is trying to set estate owner to a user that doesn't exist a little more obvious.

0.7.4-extended
Justin Clark-Casey (justincc) 2012-10-26 02:36:58 +01:00
parent e83a4c24ee
commit c7c6c12146
1 changed files with 1 additions and 1 deletions

View File

@ -543,7 +543,7 @@ namespace OpenSim
if (account == null) if (account == null)
{ {
m_log.ErrorFormat( m_log.ErrorFormat(
"[OPENSIM]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first."); "[OPENSIM]: Unable to store account. If this simulator is connected to a grid, you must create the estate owner account first at the grid level.");
} }
else else
{ {