summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/bootstrap.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/bootstrap.py')
-rw-r--r--source-builder/sb/bootstrap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/bootstrap.py b/source-builder/sb/bootstrap.py
index 712741c..15bd7f5 100644
--- a/source-builder/sb/bootstrap.py
+++ b/source-builder/sb/bootstrap.py
@@ -242,7 +242,7 @@ def run(args):
try:
optargs = { '--rtems': 'The RTEMS source directory',
'--preinstall': 'Preinstall AM generation' }
- log.notice('RTEMS Source Builder - RTEMS Bootstrap, v%s' % (version.str()))
+ log.notice('RTEMS Source Builder - RTEMS Bootstrap, %s' % (version.str()))
opts = options.load(sys.argv, optargs)
if opts.get_arg('--rtems'):
topdir = opts.get_arg('--rtems')