mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-24 21:05:40 +02:00
module/script: add debug logging of raw received data
This commit is contained in:
parent
f2814f786e
commit
c911d20e73
1 changed files with 2 additions and 0 deletions
|
@ -301,6 +301,8 @@ run_loop(struct module *mod, int comm_fd)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
LOG_DBG("recv: \"%.*s\"", (int)amount, data);
|
||||||
|
|
||||||
data_received(mod, data, amount);
|
data_received(mod, data, amount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue