Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/twa/tw_osl_cam.c 249468 2013-04-14 09:55:48Z mav $
---
> * $FreeBSD: head/sys/dev/twa/tw_osl_cam.c 257381 2013-10-30 14:04:47Z nwhitehorn $
210,211c210,212
< tw_osli_dbg_dprintf(3, sc, "Invalid target. PTL = %x %x %x",
< ccb_h->path_id, ccb_h->target_id, ccb_h->target_lun);
---
> tw_osli_dbg_dprintf(3, sc, "Invalid target. PTL = %x %x %jx",
> ccb_h->path_id, ccb_h->target_id,
> (uintmax_t)ccb_h->target_lun);
217,218c218,220
< tw_osli_dbg_dprintf(3, sc, "Invalid lun. PTL = %x %x %x",
< ccb_h->path_id, ccb_h->target_id, ccb_h->target_lun);
---
> tw_osli_dbg_dprintf(3, sc, "Invalid lun. PTL = %x %x %jx",
> ccb_h->path_id, ccb_h->target_id,
> (uintmax_t)ccb_h->target_lun);