Better logging for resource searching

This commit is contained in:
Chris Young 2013-06-02 16:07:59 +01:00
parent 94dc0795c1
commit f31ab148cb
1 changed files with 2 additions and 0 deletions

View File

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