different print for OpenFile

This commit is contained in:
Marvin D 2022-08-22 19:03:33 +02:00
parent 806cfbc8c4
commit 5f73413286

View File

@ -637,7 +637,7 @@ int32_t RTech::OpenFile(const CHAR* szFilePath, void* unused, LONGLONG* fileSize
if (hFile == INVALID_HANDLE_VALUE)
return -1;
DevMsg(eDLL_T::RTECH, "%s - opened: '%s'\n", __FUNCTION__, svModFile.c_str());
DevMsg(eDLL_T::RTECH, "Opened file: '%s'\n", svModFile.c_str());
if (fileSizeOut)
{