lib/iscsi: Remove a DEBUG_LOG which shows error when target is not found
This DEBUG_LOG causes misunderstanding to us. Signed-off-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Change-Id: I7f538a796fa025fe79210b26225650bd11065511 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3938 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
a6b43f82b4
commit
70a2063998
@ -412,7 +412,6 @@ iscsi_find_tgt_node(const char *target_name)
|
||||
return target;
|
||||
}
|
||||
}
|
||||
SPDK_DEBUGLOG(SPDK_LOG_ISCSI, "can't find target %s\n", target_name);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user