projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fdc19
)
tcpconns plugin: Fix another format string.
author
Florian Forster
<octo@noris.net>
Mon, 18 Aug 2008 16:19:26 +0000
(18:19 +0200)
committer
Florian Forster
<octo@noris.net>
Mon, 18 Aug 2008 16:19:26 +0000
(18:19 +0200)
src/tcpconns.c
patch
|
blob
|
history
diff --git
a/src/tcpconns.c
b/src/tcpconns.c
index
0fa44f9
..
2e11592
100644
(file)
--- a/
src/tcpconns.c
+++ b/
src/tcpconns.c
@@
-258,8
+258,8
@@
static int conn_handle_ports (uint16_t port_local, uint16_t port_remote, uint8_t
#endif
)
{
- NOTICE ("tcpconns plugin: Ignoring connection with
unknown state 0x%02x.",
- state);
+ NOTICE ("tcpconns plugin: Ignoring connection with
"
+
"unknown state 0x%02"PRIx8".",
state);
return (-1);
}