Improved error message - print filename

This commit is contained in:
baldurk
2015-11-14 17:00:55 +01:00
parent 75dc4a892c
commit f29d3aceb2
+1 -1
View File
@@ -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;
}