From 8cfb816e16a6d60b9446fb596fdddbad23b12afb Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 3 Jun 2011 20:29:48 +0000 Subject: [PATCH] Cleanup git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3523 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;