mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Improved error message - print filename
This commit is contained in:
@@ -309,7 +309,7 @@ void ImageViewer::RefreshFile()
|
||||
|
||||
if(!f)
|
||||
{
|
||||
RDCERR("Couldn't open file! Exclusive lock elsewhere?");
|
||||
RDCERR("Couldn't open %s! Exclusive lock elsewhere?", filename);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user