[Pkg] Installer: Installer-Core-mtf.241.mcz

squeak-dev-noreply at lists.squeakfoundation.org squeak-dev-noreply at lists.squeakfoundation.org
Wed Oct 15 16:08:55 UTC 2008


A new version of Installer-Core was added to project Installer:
http://www.squeaksource.com/Installer/Installer-Core-mtf.241.mcz

==================== Summary ====================

Name: Installer-Core-mtf.241
Author: mtf
Time: 15 October 2008, 9:08:51 am
UUID: 1fa68e17-05d2-488e-b1cf-a20505b4ebba
Ancestors: Installer-Core-mtf.240

Log the search for a web package so that a user knows what they got a speed warning for

=============== Diff against Installer-Core-mtf.240 ===============

Item was changed:
  ----- Method: InstallerWeb>>thing (in category 'web install') -----
  thing
+ 
+ 	self logCR: 'searching for web package ''', self package, ''''.
-  
   	url := self urlToDownload.
  	url ifNil: [ self logCR: 'page ', self package, ' not found on path' ]
  		ifNotNil: [ self logCR: 'found ',  url, ' ...'.   ].
  	^ pageDataStream!



More information about the Packages mailing list