mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add prints
This commit is contained in:
parent
c332b2555c
commit
9f78b5b879
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ int handle_network_msg(char* msg)
|
|||
method = blobmsg_data(tb[NETWORK_METHOD]);
|
||||
data = blobmsg_data(tb[NETWORK_DATA]);
|
||||
|
||||
printf("METHOD! : %s\n", method);
|
||||
|
||||
|
||||
printf("GET STRING FINISHED NETWORK MSG!\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue