X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=blobdiff_plain;f=source%2Fsteps%2FInstallBootstrapFS.py;h=0587057f3c9b4ae5197a5e36e588b1c7d77c782a;hp=06f9807d4ab0af1648b85c7ad4aa4a53a4eb6ef0;hb=bca9d15033c15123b21196e9f24fac8c1b84675d;hpb=1e11592251ab599965bb7dc88b631d14e9be1a60 diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 06f9807..0587057 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -165,7 +165,7 @@ def Run(vars, log): raise BootManagerException( "FATAL: Unable to download main tarball {} from server."\ .format(source_file)) - # for extensions, just print a warning + # for extensions, just issue a warning else: log.write("WARNING: tarball for extension {} not found\n".format(name))