* minor: if OAR saving receives assets after timeout, just print warning, don't accidentally go on to process them
parent
86043c431f
commit
15b8641bef
|
@ -220,6 +220,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||||
m_log.WarnFormat(
|
m_log.WarnFormat(
|
||||||
"[ARCHIVER]: Received information about asset {0} after archive save abortion. Ignoring.",
|
"[ARCHIVER]: Received information about asset {0} after archive save abortion. Ignoring.",
|
||||||
id);
|
id);
|
||||||
|
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (asset != null)
|
if (asset != null)
|
||||||
|
|
Loading…
Reference in New Issue