more verbose in case file not found in filechache

git-svn-id: trunk@9148 -
This commit is contained in:
vincents 2006-04-19 22:37:23 +00:00
parent 9ffa696b34
commit 6e889cb357

View File

@ -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;