Converter: less verbosity

git-svn-id: trunk@41960 -
This commit is contained in:
juha 2013-07-01 23:33:25 +00:00
parent 0c732a1c4c
commit c1af98e79a

View File

@ -414,7 +414,7 @@ begin
fn:=ExtractFileName(RelPath);
sUnitName:=ExtractFileNameOnly(fn);
if (SubPath<>'') and (sUnitName<>'') then begin
DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]);
//DebugLn(['RelPath=',RelPath,'SubPath=',SubPath,'fn=',fn,'sUnitName=',sUnitName]);
// Map path by unit name.
fConverter.fCachedUnitNames[sUnitName]:=SubPath;
// Map real unit name by uppercase unit name.