Debugs improved

This commit is contained in:
Éder F. Zulian
2016-02-02 15:31:10 -02:00
parent 2d4759a5b6
commit bf26adca22

View File

@@ -98,6 +98,7 @@ void ControllerState::change(const ScheduledCommand& scheduledCommand)
{
bus.blockSlot(scheduledCommand.getStart());
printDebugMessage("Changing state on bank " + to_string(scheduledCommand.getBank().ID()) + " command is " + commandToString(scheduledCommand.getCommand()));
lastScheduledByCommandAndBank[scheduledCommand.getCommand()][scheduledCommand.getBank()] = scheduledCommand;
switch (scheduledCommand.getCommand())