Index: image_to_live.sh |
diff --git a/image_to_live.sh b/image_to_live.sh |
index 6329cafc2f93b66dbd3e3816d4a31311e3682d6e..41c32e0d8817bf1e0de1f4dceabd5b84d4f1e0fe 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 |