projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d4319f
)
email plugin: Don't assume `pthread_t' is a `unsigned long'.
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
5e103ed
..
4d4a08f
100644
(file)
--- a/
src/email.c
+++ b/
src/email.c
@@
-360,8
+360,8
@@
static void *collect (void *arg)
}
} /* while (loop) */
- log_debug ("
[thread #%5lu] s
hutting down connection on fd #%i",
-
pthread_self (),
fileno (this->socket));
+ log_debug ("
S
hutting down connection on fd #%i",
+ fileno (this->socket));
fclose (connection->socket);
free (connection);