diff --git a/scst/src/scst_targ.c b/scst/src/scst_targ.c index c005a4431..49a648989 100644 --- a/scst/src/scst_targ.c +++ b/scst/src/scst_targ.c @@ -3850,8 +3850,9 @@ static int scst_translate_lun(struct scst_cmd *cmd) if (res != 0) { TRACE(TRACE_MINOR, "tgt_dev for LUN %lld not found, command to " - "unexisting LU?", - (long long unsigned int)cmd->lun); + "unexisting LU (initiator %s, target %s)?", + (long long unsigned int)cmd->lun, + cmd->sess->initiator_name, cmd->tgt->tgt_name); scst_put(cmd->cpu_cmd_counter); } } else {