* Show message when downloading package

git-svn-id: trunk@16935 -
This commit is contained in:
joost 2011-02-18 22:03:38 +00:00
parent 8db33f71c7
commit 445dd5fc91
2 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,7 @@ begin
with DownloaderClass.Create(nil) do
try
Log(vlCommands,SLogDownloading,[PackageRemoteArchive(P),PackageLocalArchive(P)]);
pkgglobals.Log(vlProgres,SProgrDownloadPackage,[P.Name, P.Version.AsString]);
Download(PackageRemoteArchive(P),PackageLocalArchive(P));
finally
Free;

View File

@ -113,6 +113,7 @@ Resourcestring
SProgrReinstallDependent = 'Re-install packages which are dependent on just installed packages';
SProgrInstallDependencies = 'Install dependencies';
SProgrDependenciesInstalled= 'Dependencies installed';
SProgrDownloadPackage = 'Downloading package %s version %s';
implementation