]> git.ipfire.org Git - location/libloc.git/blobdiff - src/network.c
network: Add more debugging output when running exclude
[location/libloc.git] / src / network.c
index 0b469e24cb5947c935cb1d3b5f78491deaaccaf3..98c7558b2b3e7ef3fd09297728d3ed80a9f916af 100644 (file)
@@ -406,6 +406,9 @@ ERROR:
        if (subnet2)
                loc_network_unref(subnet2);
 
+       if (r)
+               DEBUG(network->ctx, "%s has failed with %d\n", __FUNCTION__, r);
+
        return r;
 }