X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeta.c;h=849a0c6947a409807c396bf769c28567d5aa4360;hb=9cce44dfe3401867f753778b73fd1e7ac1ee3122;hp=e56c86f9124d585966759fb63b9a8ae5a4b6f267;hpb=453c44e7b27d4259461795ab4ec6ef264085dd28;p=meshlink diff --git a/src/meta.c b/src/meta.c index e56c86f9..849a0c69 100644 --- a/src/meta.c +++ b/src/meta.c @@ -88,7 +88,7 @@ bool receive_meta(connection_t *c) { buffer_compact(&c->inbuf, MAXBUFSIZE); if(sizeof inbuf <= c->inbuf.len) { - logger(LOG_ERR, "Input buffer full for %s (%s)\n", c, c->hostname); + logger(LOG_ERR, "Input buffer full for %s (%s)", c->name, c->hostname); return false; }