diff --git a/scripts/fast-reboot b/scripts/fast-reboot index 922d217e3f..f265318aa2 100755 --- a/scripts/fast-reboot +++ b/scripts/fast-reboot @@ -54,6 +54,7 @@ EXIT_TEAMD_RETRY_COUNT_FAILURE=23 function error() { echo $@ >&2 + logger -p user.err "Error seen during warm-reboot shutdown process: $@" } function debug()