]> git.meshlink.io Git - meshlink/blobdiff - src/protocol_subnet.c
Fix whitespace.
[meshlink] / src / protocol_subnet.c
index 64f23425c0ee8870d4ac5cf3dff9732b15ae9b65..290074e872656fe508d73d6d4684274ff9870294 100644 (file)
@@ -189,7 +189,7 @@ bool del_subnet_h(connection_t *c, const char *request) {
        if(tunnelserver && owner != myself && owner != c->node) {
                /* in case of tunnelserver, ignore indirect subnet deletion */
                logger(DEBUG_PROTOCOL, LOG_WARNING, "Ignoring indirect %s from %s (%s) for %s",
-                                  "DEL_SUBNET", c->name, c->hostname, subnetstr);
+                                 "DEL_SUBNET", c->name, c->hostname, subnetstr);
                return true;
        }