diagnostics for EA-95233

This commit is contained in:
Alexey Kudravtsev
2017-03-27 13:39:36 +03:00
parent fba634395c
commit 4a51060472
@@ -736,7 +736,7 @@ public class DocumentImpl extends UserDataHolderBase implements DocumentEx {
FileDocumentManager manager = FileDocumentManager.getInstance();
VirtualFile file = manager.getFile(this);
if (file != null && !file.isValid()) {
LOG.error("File of this document has been deleted.");
LOG.error("File of this document has been deleted: "+file);
}
}
assertInsideCommand();