Wang Tinggong wrote: > - DEBUG(", id=%d, length=%ld\n", packet->id, packet->data_len); > + DEBUG(", id=%d, length=%d\n", packet->id, packet->data_len); This depends strongly on your local system. There's no need for the patch to fix a compiler warning. Alan DeKok.