]> www.tinc-vpn.org Git - tinc/blobdiff - src/address_cache.c
Remove address cache debug messages printed to stderr.
[tinc] / src / address_cache.c
index 389615ea68bd3891c2939b89714cfe615a02eef3..445cd1c522804bb29cd21633acda2cbfb28435da 100644 (file)
@@ -108,7 +108,6 @@ void add_recent_address(address_cache_t *cache, const sockaddr_t *sa) {
        FILE *fp = fopen(fname, "wb");
 
        if(fp) {
-               fprintf(stderr, "Writing cache to %s\n", fname);
                fwrite(&cache->data, sizeof(cache->data), 1, fp);
                fclose(fp);
        }