X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Femail.c;h=8fc5509f3e7e5ece33a15015b0ffa40fde6d6ede;hb=cc6d0a87fde638e2ad8c44ec5c15d8193439e12d;hp=f79217cbd89b373f42e84b2a10ea98bb193b3b19;hpb=e8999694aac7184ac4eea29564a2892f188c4171;p=collectd.git diff --git a/src/email.c b/src/email.c index f79217cb..8fc5509f 100644 --- a/src/email.c +++ b/src/email.c @@ -360,8 +360,8 @@ static void *collect (void *arg) } } /* while (loop) */ - log_debug ("[thread #%5lu] shutting down connection on fd #%i", - pthread_self (), fileno (this->socket)); + log_debug ("Shutting down connection on fd #%i", + fileno (this->socket)); fclose (connection->socket); free (connection);