mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 10:39:15 +02:00
more verbose in case file not found in filechache
git-svn-id: trunk@9148 -
This commit is contained in:
parent
9ffa696b34
commit
6e889cb357
@ -2322,6 +2322,7 @@ begin
|
||||
if FFiles.FindKey(PChar(TrimmedFilename),
|
||||
@CompareFilenameWithFileStateCacheItem)=nil
|
||||
then begin
|
||||
DebugLn(format('FileStateCache.FindFile: "%s"',[FileName]));
|
||||
WriteDebugReport;
|
||||
raise Exception.Create('');
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user