From 93b55b1368b438d406c37a1564e455cb48edef27 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Wed, 3 Jun 2009 19:19:36 +0000 Subject: [PATCH] Merge of IET r213 git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@894 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 6d221017d..9b15267ea 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.2/0.4.17r212" +#define ISCSI_VERSION_STRING "1.0.2/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;