Skip to content
Snippets Groups Projects
Commit feeac94b authored by Florent Thiery's avatar Florent Thiery
Browse files

improve logging, refs #20257

parent af9177fb
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ if os.path.isfile('../utils.py'): ...@@ -32,7 +32,7 @@ if os.path.isfile('../utils.py'):
print('Expected NTP server %s not found in /etc/ntp.conf, found %s instead' % (NTP_SERVER, servers)) print('Expected NTP server %s not found in /etc/ntp.conf, found %s instead' % (NTP_SERVER, servers))
sys.exit(1) sys.exit(1)
else: else:
print('Expected NTP server found in configuration') print('Expected NTP server %s found in configuration (total servers: %s)' % (NTP_SERVER, len(servers)))
else: else:
print('Could not find envsetup conf file or not running from expected location') print('Could not find envsetup conf file or not running from expected location')
sys.exit(1) sys.exit(1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment