mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* Show message when downloading package
git-svn-id: trunk@16935 -
This commit is contained in:
parent
8db33f71c7
commit
445dd5fc91
utils/fppkg
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user