Updated log message in hardfile
This commit is contained in:
parent
0dcb0d02bd
commit
4c7b142690
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ int hdf_open_target(struct hardfiledata *hfd, const TCHAR *pname)
|
|||
hfd->virtual_rdb = nullptr;
|
||||
if (!hfd->cache)
|
||||
{
|
||||
write_log("malloc(%d) failed in hdf_open_target, error %d\n", CACHE_SIZE, errno);
|
||||
write_log("VirtualAlloc(%d) failed in hdf_open_target, error %d\n", CACHE_SIZE, errno);
|
||||
goto end;
|
||||
}
|
||||
hfd->handle = xcalloc(struct hardfilehandle, 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue