From bee944c3cc537bab171b8b10ddd12e53753569be Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 14 Jul 2012 13:17:13 +1000 Subject: [PATCH] update log message --- test-tool/0341_compareandwrite_mismatch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/0341_compareandwrite_mismatch.c b/test-tool/0341_compareandwrite_mismatch.c index 20aa50e..6c5d8ae 100644 --- a/test-tool/0341_compareandwrite_mismatch.c +++ b/test-tool/0341_compareandwrite_mismatch.c @@ -142,7 +142,7 @@ int T0341_compareandwrite_mismatch(const char *initiator, const char *url, int d test2: /* write the last 1 - 255 blocks at the end of the LUN */ - printf("Compare and write last 1-255 blocks ... "); + printf("Compare and write last 1-255 blocks (data is not matching) ... "); for (i = 1; i < 256; i++) { task = iscsi_read16_sync(iscsi, lun, num_blocks + 1 - i, i * block_size, block_size, 0, 0, 0, 0, 0); if (task == NULL) {