mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
change log message since most assets will not have a name
This commit is contained in:
@@ -156,9 +156,9 @@ namespace OpenSim.Region.CoreModules.World.Archiver
|
||||
|
||||
if(asset.FullID.IsZero())
|
||||
{
|
||||
if(!UUID.TryParse(thiskey, out UUID id))
|
||||
if(!UUID.TryParse(thiskey, out UUID id) || id.IsZero())
|
||||
{
|
||||
m_log.InfoFormat($"[ARCHIVER]: cannot save asset '{asset.Name}' because it has Zero");
|
||||
m_log.InfoFormat($"[ARCHIVER]: cannot save asset {kvp.Key} because it has Invalid UUID");
|
||||
m_notFoundAssetUuids.Add(kvp.Key);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user