Corrected an error message.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1965 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-08-21 08:27:28 +00:00
parent d6f3264de7
commit 6c3b1e55be

View File

@@ -999,7 +999,7 @@ static int srpt_get_desc_tbl(struct srpt_ioctx *ioctx, struct srp_cmd *srp_cmd,
if (ioctx->n_rbuf >
(srp_cmd->data_out_desc_cnt + srp_cmd->data_in_desc_cnt)) {
PRINT_ERROR("received corrupt SRP_CMD request"
PRINT_ERROR("received unsupported SRP_CMD request type"
" (%u out + %u in != %u / %zu)",
srp_cmd->data_out_desc_cnt,
srp_cmd->data_in_desc_cnt,