mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
add print
This commit is contained in:
parent
5f0221d08b
commit
6e1de11914
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ static int hostapd_notify(struct ubus_context *ctx, struct ubus_object *obj,
|
|||
struct blob_attr *msg) {
|
||||
char *str;
|
||||
str = blobmsg_format_json(msg, true);
|
||||
//printf("METHOD new: %s : %s\n", method, str);
|
||||
printf("METHOD new: %s : %s\n", method, str);
|
||||
|
||||
//TODO CHECK IF FREE IS CORREECT!
|
||||
free(str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue