From 2fdc1f28a471945be4ff355a5056bd9c8ab1db91 Mon Sep 17 00:00:00 2001 From: Rajendra Dendukuri Date: Thu, 6 Oct 2022 11:51:40 -0700 Subject: [PATCH] Modified log message when restarting the networking service --- src/usr/lib/ztp/plugins/connectivity-check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr/lib/ztp/plugins/connectivity-check b/src/usr/lib/ztp/plugins/connectivity-check index 00b296a..b31414e 100755 --- a/src/usr/lib/ztp/plugins/connectivity-check +++ b/src/usr/lib/ztp/plugins/connectivity-check @@ -91,8 +91,8 @@ class ConnectivityCheck: break if dhcp: - logger.info('Restarting networking to establish connectivity') - updateActivity('Restarting networking to establish connectivity') + logger.info('Restarting networking service to restart DHCP') + updateActivity('Restarting networking service to restart DHCP') runCommand('systemctl restart interfaces-config') logger.info('Restarted networking') updateActivity('Restarted networking')