display the file name in "Outdated stub in index" message

This commit is contained in:
peter
2016-12-07 18:36:26 +01:00
parent de96a58e25
commit b5389da657
@@ -99,7 +99,7 @@ public class StubTreeLoaderImpl extends StubTreeLoader {
if (!stubTree.contentLengthMatches(vFile.getLength(), getCurrentTextContentLength(project, vFile, document))) {
return processError(vFile,
"Outdated stub in index: " + StubUpdatingIndex.getIndexingStampInfo(vFile) +
"Outdated stub in index: " + vFile + " " + StubUpdatingIndex.getIndexingStampInfo(vFile) +
", doc=" + document +
", docSaved=" + saved +
", wasIndexedAlready=" + wasIndexedAlready +