Fixed _LONG_PAD bitmask.
[silc.git] / lib / silccore / silcpacket.c
index 9027c931105b475eed410ae50ab4e98354d74006..6dbb69bb44ca4d92751cdd58b439a69962a82d50 100644 (file)
@@ -1972,8 +1972,8 @@ static inline SilcBool silc_packet_parse(SilcPacket packet)
                   silc_buffer_len(buffer)), buffer->head,
                   silc_buffer_headlen(buffer) + silc_buffer_len(buffer));
 
-  SILC_LOG_DEBUG(("Incoming packet type: %d (%s)", packet->type,
-                 silc_get_packet_name(packet->type)));
+  SILC_LOG_DEBUG(("Incoming packet type: %d (%s), flags %d", packet->type,
+                 silc_get_packet_name(packet->type), packet->flags));
 
   return TRUE;
 }