Better logging for resource searching
This commit is contained in:
parent
94dc0795c1
commit
f31ab148cb
|
@ -291,6 +291,8 @@ bool ami_gui_check_resource(char *fullpath, const char *file)
|
|||
ami_gui_map_filename(&remapped, fullpath, file, "Resource.map");
|
||||
path_add_part(fullpath, 1024, remapped);
|
||||
|
||||
LOG(("Checking for %s", fullpath));
|
||||
|
||||
if(lock = Lock(fullpath, ACCESS_READ))
|
||||
{
|
||||
UnLock(lock);
|
||||
|
|
Loading…
Reference in New Issue