diff -r 90bcaf9ce3d5 -r a486591ba86b master/datagram.c --- a/master/datagram.c Tue Jun 10 09:54:30 2008 +0000 +++ b/master/datagram.c Tue Jun 10 11:54:39 2008 +0000 @@ -147,7 +147,7 @@ } if (!(datagram->data = kmalloc(size, GFP_ATOMIC))) { - EC_ERR("Failed to allocate %i bytes of datagram memory!\n", size); + EC_ERR("Failed to allocate %u bytes of datagram memory!\n", size); return -1; }