mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Improve a debugging statement so that it shows the SAS address allocated.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1936 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -702,7 +702,9 @@ static int scst_local_get_initiator_port_transport_id(
|
||||
|
||||
*transport_id = tr_id;
|
||||
|
||||
TRACE_DBG("Created tid '%08lX'", (unsigned long)&tr_id[4]);
|
||||
TRACE_DBG("Created tid '%02X:%02X:%02X:%02X:%02X:%02X:%02X:%02X'",
|
||||
tr_id[4], tr_id[5], tr_id[6], tr_id[7],
|
||||
tr_id[8], tr_id[9], tr_id[10], tr_id[11]);
|
||||
|
||||
out:
|
||||
TRACE_EXIT_RES(res);
|
||||
|
||||
Reference in New Issue
Block a user