moved the outputs being killed detection to the right place
diff --git a/aos/common/controls/control_loop.h b/aos/common/controls/control_loop.h
index becb080..a79f1e6 100644
--- a/aos/common/controls/control_loop.h
+++ b/aos/common/controls/control_loop.h
@@ -175,6 +175,8 @@
   SimpleLogInterval no_sensor_generation_ =
       SimpleLogInterval(kStaleLogInterval, ERROR,
                         "no sensor_generation message");
+  SimpleLogInterval motors_off_log_ =
+      SimpleLogInterval(kStaleLogInterval, WARNING, "motors disabled");
 };
 
 }  // namespace control_loops