From bf13ab792bb4091169a9681925bb53917d91d7bb Mon Sep 17 00:00:00 2001
From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= <Talip-Baris.Metin@sophia.inria.fr>
Date: Thu, 27 May 2010 08:17:06 +0000
Subject: [PATCH] fix typo

---
 source/steps/InstallBootstrapFS.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.47.0