* minor: if OAR saving receives assets after timeout, just print warning, don't accidentally go on to process them

0.6.6-post-fixes
Justin Clarke Casey 2009-06-12 14:00:50 +00:00
parent 86043c431f
commit 15b8641bef
1 changed files with 2 additions and 0 deletions

View File

@ -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)