From f31ab148cb99cb83a919046fd74f3895589b6878 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 2 Jun 2013 16:07:59 +0100 Subject: Better logging for resource searching --- amiga/gui.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index f5bd11aee..663c51315 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -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); -- cgit v1.2.3