diff --git a/scripts/reboot b/scripts/reboot index 402071e3bd85..c420d9e512ed 100755 --- a/scripts/reboot +++ b/scripts/reboot @@ -9,7 +9,7 @@ REBOOT_CAUSE_FILE="/var/cache/sonic/reboot-cause.txt" function stop_sonic_services() { - echo "Stopping syncd..." + echo "Stopping syncd process..." docker exec -i syncd /usr/bin/syncd_request_shutdown --cold > /dev/null sleep 3 }