X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=5ae4501e2cbb6feee7f7d62f954b50b9f3ba1fa1;hb=771c923ba3d6e2122d822cd1ebd38373020dc422;hp=1193b43ce6c3b09df65a995db5a783f55f752f31;hpb=b1cae6a2011f704dc4d3b02972def561d5c6bcb9;p=meshlink diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 1193b43c..5ae4501e 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -329,7 +329,7 @@ bool id_h(meshlink_handle_t *mesh, connection_t *c, const char *request) { } if(n->status.blacklisted) { - logger(mesh, MESHLINK_EPEER, "Peer %s is blacklisted", c->name); + logger(mesh, MESHLINK_WARNING, "Peer %s is blacklisted", c->name); return false; }