Specify the invalid address

This commit is contained in:
Alex 2023-03-20 20:30:13 +02:00
parent aaa458f407
commit 5fd8e8f152
Signed by untrusted user who does not match committer: enderice2
GPG Key ID: EACC3AD603BAB4DD

View File

@ -212,7 +212,7 @@ namespace Xalloc
CurrentBlock = CurrentBlock->Next;
}
Xalloc_err("Invalid address.");
Xalloc_err("Invalid address %#lx.", Address);
Xalloc_unlock;
}