diff options
author | open-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6> | 2005-02-05 17:18:42 +0000 |
---|---|---|
committer | open-iscsi <open-iscsi@d7303112-9cec-0310-bdd2-e83a94d6c2b6> | 2005-02-05 17:18:42 +0000 |
commit | fcfdc96fb6f2bc6a77a164b366194549bfe53e89 (patch) | |
tree | 649cd9a967b96d578ba98431eaefecf85802b960 /usr/io.c | |
parent | 43c9cf3c220508d1a45e3a1732d0c9c04ae87b44 (diff) | |
download | open-iscsi-fcfdc96fb6f2bc6a77a164b366194549bfe53e89.tar.gz |
passed big-block write test
git-svn-id: svn://svn.berlios.de/open-iscsi@54 d7303112-9cec-0310-bdd2-e83a94d6c2b6
Diffstat (limited to 'usr/io.c')
-rw-r--r-- | usr/io.c | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -303,9 +303,7 @@ iscsi_send_pdu(iscsi_conn_t *conn, iscsi_hdr_t *hdr, (struct iscsi_txt_hdr *) hdr; log_debug(4, - "sending text pdu with itt %u, " - "CmdSN %u:", - ntohl(text_hdr->itt), + "sending text pdu with CmdSN %x:", ntohl(text_hdr->cmdsn)); iscsi_log_text(hdr, data); break; @@ -315,9 +313,8 @@ iscsi_send_pdu(iscsi_conn_t *conn, iscsi_hdr_t *hdr, (struct iscsi_nop_out_hdr *) hdr; log_debug(4, - "sending Nop-out pdu with itt %u, " - "ttt %u, CmdSN %u:", - ntohl(nopout_hdr->itt), + "sending Nop-out pdu with " + "ttt %x, CmdSN %x:", ntohl(nopout_hdr->ttt), ntohl(nopout_hdr->cmdsn)); iscsi_log_text(hdr, data); |