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 183f4af..ef8f6a4 100644
--- a/source-builder/sb/check.py
+++ b/source-builder/sb/check.py
@@ -263,7 +263,7 @@ def check_orphans(opts):
def run():
import sys
try:
- _opts = options.load(args = sys.argv)
+ _opts = options.load(args = sys.argv, logfile = False)
log.notice('RTEMS Source Builder - Check, %s' % (version.str()))
orphans = _opts.parse_args('--check-orphans', error = False, extra = False)