X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/4b815e2515105a530d8e48e88ec119c52be41a2d..39896b46af6fc8caaaceaedebb9bcb4cf2da0a46:/sys/bus/u4b/storage/umass.c diff --git a/sys/bus/u4b/storage/umass.c b/sys/bus/u4b/storage/umass.c index 34a63ae783..5b05c70ab1 100644 --- a/sys/bus/u4b/storage/umass.c +++ b/sys/bus/u4b/storage/umass.c @@ -2269,9 +2269,9 @@ umass_cam_action(struct cam_sim *sim, union ccb *ccb) case XPT_CALC_GEOMETRY: /* the opcodes requiring a target. These should never occur. */ if (sc == NULL) { - DPRINTF(sc, UDMASS_GEN, "%s:%d:%d:%d:func_code 0x%04x: " + DPRINTF(sc, UDMASS_GEN, "%s:xx:%d:%d:func_code 0x%04x: " "Invalid target (target needed)\n", - DEVNAME_SIM, cam_sim_path(sc->sc_sim), + DEVNAME_SIM, ccb->ccb_h.target_id, ccb->ccb_h.target_lun, ccb->ccb_h.func_code);