Browse Source

fix kernel module debug output

pull/11/head
Richard Fuchs 12 years ago
parent
commit
ca138c3fa1
1 changed files with 16 additions and 16 deletions
  1. +16
    -16
      kernel-module/xt_MEDIAPROXY.c

+ 16
- 16
kernel-module/xt_MEDIAPROXY.c View File

@ -37,22 +37,22 @@ MODULE_LICENSE("GPL");
#define MIPF "%i:%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x:%u"
#define MIPP(x) (x).family, \
(x).u8[0], \
(x).u8[1], \
(x).u8[2], \
(x).u8[3], \
(x).u8[4], \
(x).u8[5], \
(x).u8[6], \
(x).u8[7], \
(x).u8[8], \
(x).u8[9], \
(x).u8[10], \
(x).u8[11], \
(x).u8[12], \
(x).u8[13], \
(x).u8[14], \
(x).u8[15], \
(x).u.u8[0], \
(x).u.u8[1], \
(x).u.u8[2], \
(x).u.u8[3], \
(x).u.u8[4], \
(x).u.u8[5], \
(x).u.u8[6], \
(x).u.u8[7], \
(x).u.u8[8], \
(x).u.u8[9], \
(x).u.u8[10], \
(x).u.u8[11], \
(x).u.u8[12], \
(x).u.u8[13], \
(x).u.u8[14], \
(x).u.u8[15], \
(x).port
#if 0


Loading…
Cancel
Save