From: Barış Metin Date: Thu, 27 May 2010 08:17:06 +0000 (+0000) Subject: fix typo X-Git-Tag: BootManager-5.0-4~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bf13ab792bb4091169a9681925bb53917d91d7bb;p=bootmanager.git fix typo --- diff --git a/source/steps/InstallBootstrapFS.py b/source/steps/InstallBootstrapFS.py index 4beca06..71ac9ab 100644 --- a/source/steps/InstallBootstrapFS.py +++ b/source/steps/InstallBootstrapFS.py @@ -110,7 +110,7 @@ def Run( vars, log ): if not extensions: log.write("Installing only core software\n") else: - log.write("Requested extensions %r",extensions) + log.write("Requested extensions %r" % extensions) bootstrapfs_names = [ nodefamily ] + extensions