Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
attdona committed Sep 26, 2017
1 parent 4ec76e5 commit 94b84f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions burba/sys/bocia/bocia.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ int8_t bocia_input_handler(bocia_channel_t *rd, proto_msg_t command_id,

ack.id = command_id.type;

DEBUG("executing [%d,%d] message\n", command_id.type, command_id.flags);
DEBUG("executing [%d] message\n", command_id.type;

switch (command_id.type) {
case COMMAND_TYPE: {
Command *cmd = (Command *)obj;
printf("command: %ld, seq: %ld\n", cmd->id, cmd->seq);
DEBUG("command: %ld, seq: %ld\n", cmd->id, cmd->seq);
bocia_command(rd, cmd);
break;
}
Expand Down

0 comments on commit 94b84f2

Please sign in to comment.