diff --git a/speedtest_cli.py b/speedtest_cli.py index d6b1722..324a1aa 100755 --- a/speedtest_cli.py +++ b/speedtest_cli.py @@ -676,7 +676,7 @@ def speedtest(): found = imp.find_module(args.resultlog) logmodule = imp.load_module(args.resultlog, found) except ImportError: - print_('Load log module (%s) failed.' % args.resultlog), + print_('Log module (%s) failed. Not logging.' % args.resultlog), sys.exit(1) result = {'dlspeed': dlspeed, 'ulspeed': ulspeed}