diff --git a/image_to_live.sh b/image_to_live.sh index 6329cafc2f..41c32e0d88 100755 --- a/image_to_live.sh +++ b/image_to_live.sh @@ -346,6 +346,8 @@ function main() { fi if [ ${FLAGS_update} -eq ${FLAGS_TRUE} ] && ! run_auto_update; then + warn "Dumping update_engine.log for debugging and/or bug reporting." + tail -n 200 "${FLAGS_update_log}" >&2 die "Update was not successful." fi