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), if FFiles.FindKey(PChar(TrimmedFilename),
@CompareFilenameWithFileStateCacheItem)=nil @CompareFilenameWithFileStateCacheItem)=nil
then begin then begin
DebugLn(format('FileStateCache.FindFile: "%s"',[FileName]));
WriteDebugReport; WriteDebugReport;
raise Exception.Create(''); raise Exception.Create('');
end; end;