Browse Source

fppu.pas, tppumodule:
* loadfrompackage: mention if a unit is loaded from a package

git-svn-id: branches/svenbarth/packages@32308 -

svenbarth 9 years ago
parent
commit
af20d3c4a6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      compiler/fppu.pas

+ 1 - 0
compiler/fppu.pas

@@ -581,6 +581,7 @@ var
                 if not SearchPathList(unitsearchpath) then
                   exit;
                 package:=pkg^.package;
+                Message2(unit_u_loading_from_package,modulename^,pkg^.package.packagename^);
 
                 { now load the unit and all used units }
                 load_interface;