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.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-26 02:36:58 +01:00
parent 80dcc13af2
commit 16809bd0ea

View File

@@ -543,7 +543,7 @@ namespace OpenSim
if (account == null)
{
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
{