From 189288c5df2abf81045d391918cf4ac4d9039670 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 3 Jun 2011 20:32:02 +0000 Subject: [PATCH] Merge of the trunk's r3523: Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.1.0.x@3524 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/usr/ctldev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iscsi-scst/usr/ctldev.c b/iscsi-scst/usr/ctldev.c index e17531a38..186e96f02 100644 --- a/iscsi-scst/usr/ctldev.c +++ b/iscsi-scst/usr/ctldev.c @@ -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;