summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3d4319f)
raw | patch | inline | side by side (parent: 3d4319f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 2 May 2009 08:29:14 +0000 (10:29 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 2 May 2009 08:29:14 +0000 (10:29 +0200) |
src/email.c | patch | blob | history |
diff --git a/src/email.c b/src/email.c
index 5e103ed7a82b4330a719230b31620d1df52bc903..4d4a08fc32bdd51844be1e37ebda81c7a62fa0e2 100644 (file)
--- a/src/email.c
+++ b/src/email.c
}
} /* 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);