]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_auth.c
Fix compiler warnings from Clang 10 and GCC 9.
[meshlink] / src / protocol_auth.c
index 1193b43ce6c3b09df65a995db5a783f55f752f31..5ae4501e2cbb6feee7f7d62f954b50b9f3ba1fa1 100644 (file)
@@ -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;
        }