git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3523 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Vladislav Bolkhovitin
2011-06-03 20:29:48 +00:00
parent 5736aadf0d
commit 8cfb816e16

View File

@@ -92,7 +92,7 @@ int kernel_open(void)
"kernel module?\n", get_error_str(errno));
goto out_close;
} else {
log_debug(0, "max_data_seg_len %d, max_queued_cmds %d, ",
log_debug(0, "max_data_seg_len %d, max_queued_cmds %d",
reg.max_data_seg_len, reg.max_queued_cmds);
iscsi_init_params.max_data_seg_len = reg.max_data_seg_len;
iscsi_init_params.max_queued_cmds = reg.max_queued_cmds;