Adds the parameter for OSD serialization to encode default values. This

makes the JsonStore get/set operations symmetric.
This commit is contained in:
Mic Bowman
2013-02-12 11:10:17 -08:00
parent d3b2cdc2b4
commit 4b8c22ecfa
2 changed files with 8 additions and 5 deletions

View File

@@ -227,7 +227,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.JsonStore
}
catch (Exception e)
{
m_log.Error(string.Format("[JsonStore]: Unable to initialize store from {0}", value), e);
m_log.ErrorFormat("[JsonStore]: Unable to initialize store from {0}", value);
return false;
}