mirror of
https://github.com/jorisvink/kore
synced 2025-03-10 04:59:02 -04:00
Remove useless log message.
This commit is contained in:
parent
49ca95f390
commit
7100ab0dd3
@ -155,8 +155,6 @@ msg_recv_parent(struct netbuf *nb)
|
|||||||
{
|
{
|
||||||
struct connection *c;
|
struct connection *c;
|
||||||
|
|
||||||
kore_log(LOG_NOTICE, "got %d bytes", nb->s_off);
|
|
||||||
|
|
||||||
TAILQ_FOREACH(c, &connections, list) {
|
TAILQ_FOREACH(c, &connections, list) {
|
||||||
if (c == nb->owner)
|
if (c == nb->owner)
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user