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
This commit is contained in:
Vladislav Bolkhovitin
2009-06-03 19:22:05 +00:00
parent a89f91d935
commit 7a31e82bd1
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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;