diff --git a/src/osdep/amiberry.cpp b/src/osdep/amiberry.cpp index 9f2c3c4b..29bc5533 100644 --- a/src/osdep/amiberry.cpp +++ b/src/osdep/amiberry.cpp @@ -3186,10 +3186,14 @@ int target_cfgfile_load(struct uae_prefs* p, const char* filename, int type, int const char* ptr = strstr(const_cast(filename), ".uae"); if (ptr) { + write_log(_T("target_cfgfile_load: loading file %s\n"), filename); result = cfgfile_load(p, filename, &type2, 0, isdefault ? 0 : 1); } if (!result) + { + write_log(_T("target_cfgfile_load: loading file %s failed\n"), filename); return result; + } if (type > 0) return result; if (result)