Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
  • Loading branch information
Jianhui Zhao committed Jan 29, 2018
1 parent 6681b45 commit 709317d
Show file tree
Hide file tree
Showing 3 changed files with 250 additions and 264 deletions.
2 changes: 1 addition & 1 deletion example/helloworld.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static void on_suback(struct umqtt_client *cl, uint16_t mid, uint8_t *granted_qo
ULOG_INFO("on_suback mid(%u), qos(", mid);
for (i = 0; i < qos_count; i++)
ULOG_INFO("%d ", granted_qos[i]);
ULOG_INFO(")\n");
ULOG_INFO("\b)\n");
}

static void on_publish(struct umqtt_client *cl, struct umqtt_message *msg)
Expand Down
Loading

0 comments on commit 709317d

Please sign in to comment.