mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* minor: if OAR saving receives assets after timeout, just print warning, don't accidentally go on to process them
This commit is contained in:
@@ -220,6 +220,8 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
m_log.WarnFormat(
|
||||
"[ARCHIVER]: Received information about asset {0} after archive save abortion. Ignoring.",
|
||||
id);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if (asset != null)
|
||||
|
||||
Reference in New Issue
Block a user