X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeta.c;h=ccc3b2e670d5ae9a0210929d804703323f97983f;hb=5704a92aa7e6d106265cceaf8d48b7841d6a3939;hp=09c063d35bac3a7c48f25b5f46e78f1c9006588b;hpb=07ace0b6481efcc0a058aab7b90b95edd31709da;p=tinc diff --git a/src/meta.c b/src/meta.c index 09c063d3..ccc3b2e6 100644 --- a/src/meta.c +++ b/src/meta.c @@ -1,6 +1,6 @@ /* meta.c -- handle the meta communication - Copyright (C) 2000-2016 Guus Sliepen , + Copyright (C) 2000-2017 Guus Sliepen , 2000-2005 Ivo Timmermans 2006 Scott Lamb @@ -104,7 +104,7 @@ bool flush_meta(connection_t *c) { } else if(errno == EINTR) { continue; } else if(sockwouldblock(sockerrno)) { - ifdebug(CONNECTIONS) logger(LOG_DEBUG, "Flushing %d bytes to %s (%s) would block", + ifdebug(META) logger(LOG_DEBUG, "Flushing %d bytes to %s (%s) would block", c->outbuflen, c->name, c->hostname); return true; } else {