Improve message for flushing unmapped memory

This commit is contained in:
baldurk
2019-01-03 16:26:00 +00:00
parent 164453a8eb
commit 7f0ac0f1fe
@@ -794,7 +794,7 @@ VkResult WrappedVulkan::vkFlushMappedMemoryRanges(VkDevice device, uint32_t memR
if(state->mappedPtr == NULL)
{
RDCERR("Flushing memory that isn't currently mapped");
RDCERR("Flushing memory %s that isn't currently mapped", ToStr(memid).c_str());
continue;
}