Another missed printf string (CID 715659).

This commit is contained in:
Alex Smith 2012-08-18 10:50:11 +01:00
parent 816aded4c1
commit 79a1c3c6b8

View File

@ -822,7 +822,7 @@ static void
ndp_timer(struct net_timer* timer, void* data)
{
ndp_entry* entry = (ndp_entry*)data;
TRACE(("NDP timer %ld, entry %p!\n", entry->timer_state, entry));
TRACE(("NDP timer %" B_PRId32 ", entry %p!\n", entry->timer_state, entry));
switch (entry->timer_state) {
case NDP_NO_STATE: