summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e0fdc19)
raw | patch | inline | side by side (parent: e0fdc19)
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 0fa44f9aad7bac5357d097d55afb192979060d1f..2e1159229da7c3d67b32a18133839e9aea019be2 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);
}