Print out which package files are being upgraded.

This commit is contained in:
Colin Kuskie 2010-02-26 09:31:37 -08:00
parent 1c27279d6b
commit efa1d55d30

View file

@ -53,6 +53,7 @@ sub addPackage {
my $session = shift;
my $file = shift;
print "\tUpgrading package $file\n" unless $quiet;
# Make a storage location for the package
my $storage = WebGUI::Storage->createTemp( $session );
$storage->addFileFromFilesystem( $file );