summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'source-builder/sb/check.py')
-rw-r--r--source-builder/sb/check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source-builder/sb/check.py b/source-builder/sb/check.py
index ef8f6a4..9e4e953 100644
--- a/source-builder/sb/check.py
+++ b/source-builder/sb/check.py
@@ -264,7 +264,7 @@ def run():
import sys
try:
_opts = options.load(args = sys.argv, logfile = False)
- log.notice('RTEMS Source Builder - Check, %s' % (version.str()))
+ log.notice('RTEMS Source Builder - Check, %s' % (version.string()))
orphans = _opts.parse_args('--check-orphans', error = False, extra = False)
if orphans: