From feeac94b63bc5c8e3745ca3ae0a99183493af74b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Wed, 1 Feb 2017 10:52:10 +0100
Subject: [PATCH] improve logging, refs #20257

---
 tests/test_ntp.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_ntp.py b/tests/test_ntp.py
index f473be11..6b982473 100755
--- a/tests/test_ntp.py
+++ b/tests/test_ntp.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))
             sys.exit(1)
         else:
-            print('Expected NTP server found in configuration')
+            print('Expected NTP server %s found in configuration (total servers: %s)' % (NTP_SERVER, len(servers)))
 else:
     print('Could not find envsetup conf file or not running from expected location')
     sys.exit(1)
-- 
GitLab