From 7a31e82bd198fbbf408ae3c320e486b8e49f72ff Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 3 Jun 2009 19:22:05 +0000 Subject: [PATCH] Merge of trunk r894: Merge of IET r213 git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/1.0.1.x@895 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/include/iscsi_scst_ver.h | 2 +- iscsi-scst/usr/iscsid.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 4f870d02c..7bf65ee8c 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -13,4 +13,4 @@ * GNU General Public License for more details. */ -#define ISCSI_VERSION_STRING "1.0.1.1/0.4.17r212" +#define ISCSI_VERSION_STRING "1.0.1.1/0.4.17r213" diff --git a/iscsi-scst/usr/iscsid.c b/iscsi-scst/usr/iscsid.c index f4348a11b..0f7b82ad1 100644 --- a/iscsi-scst/usr/iscsid.c +++ b/iscsi-scst/usr/iscsid.c @@ -108,7 +108,7 @@ static struct buf_segment *conn_alloc_buf_segment(struct connection *conn, seg->len = 0; memset(seg->data, 0x0, sz); list_add_tail(&seg->entry, &conn->rsp_buf_list); - log_debug(2, "alloc'ed new buf_segment\n"); + log_debug(2, "alloc'ed new buf_segment"); } return seg; @@ -178,7 +178,7 @@ void text_key_add(struct connection *conn, char *key, char *value) break; } - log_debug(2, "wrote: %s\n", seg->data + seg->len); + log_debug(2, "wrote: %s", seg->data + seg->len); seg->len += sz; len -= sz;