Fixed log spam during project creation
This commit is contained in:
parent
b49f19c386
commit
ff021dcdda
|
@ -466,8 +466,11 @@ CResourceEntry* CResourceStore::CreateNewResource(const CAssetID& rkID, EResourc
|
|||
TrackLoadedResource(pEntry);
|
||||
}
|
||||
|
||||
if (!ExistingResource)
|
||||
{
|
||||
debugf("CREATED NEW RESOURCE: [%s] %s", *rkID.ToString(), *pEntry->CookedAssetPath());
|
||||
}
|
||||
}
|
||||
|
||||
else
|
||||
errorf("Invalid resource path, failed to register: %s%s", *rkDir, *rkName);
|
||||
|
|
Loading…
Reference in New Issue