mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-25 13:37:02 +03:00
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
Block a user