minor: add some text to the oar abort messages on assets timeout to make it clear that the oar will not be usable

viewer-2-initial-appearance
Justin Clark-Casey (justincc) 2010-10-22 01:52:19 +01:00
parent 62a0910355
commit e7f184345e
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ namespace OpenSim.Region.CoreModules.World.Archiver
m_log.ErrorFormat(
"[ARCHIVER]: (... {0} more not shown)", uuids.Count - MAX_UUID_DISPLAY_ON_TIMEOUT);
m_log.Error("[ARCHIVER]: OAR save aborted.");
m_log.Error("[ARCHIVER]: OAR save aborted. PLEASE DO NOT USE THIS OAR, IT WILL BE INCOMPLETE.");
}
catch (Exception e)
{