Downgrade warning about not saving unchanged attachment to debug instead, and change text to better indicate what it's saying
parent
6c692d2e21
commit
fcbed6479a
|
@ -552,7 +552,10 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
||||||
{
|
{
|
||||||
if (!grp.HasGroupChanged)
|
if (!grp.HasGroupChanged)
|
||||||
{
|
{
|
||||||
m_log.WarnFormat("[ATTACHMENTS MODULE]: Save request for {0} which is unchanged", grp.UUID);
|
m_log.DebugFormat(
|
||||||
|
"[ATTACHMENTS MODULE]: Don't need to update asset for unchanged attachment {0}, attachpoint {1}",
|
||||||
|
grp.UUID, grp.GetAttachmentPoint());
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue