mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-04 13:50:59 +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