Skip to content

Commit

Permalink
Modified log message when restarting the networking service
Browse files Browse the repository at this point in the history
  • Loading branch information
rajendra-dendukuri authored and gord1306 committed Aug 14, 2024
1 parent 0c80934 commit 479480b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/lib/ztp/plugins/connectivity-check
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 479480b

Please sign in to comment.