tcpconns plugin: Fix another format string.
authorFlorian Forster <octo@noris.net>
Mon, 18 Aug 2008 16:19:26 +0000 (18:19 +0200)
committerFlorian Forster <octo@noris.net>
Mon, 18 Aug 2008 16:19:26 +0000 (18:19 +0200)
src/tcpconns.c

index 0fa44f9..2e11592 100644 (file)
@@ -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);
   }