From a95a83764a96da1a7e0022bccf2bfb1397e121d4 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 23 Mar 2013 15:32:05 -0700 Subject: [PATCH] TESTS: fixup a log message to be nore accurate --- test-tool/test_read10_residuals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/test_read10_residuals.c b/test-tool/test_read10_residuals.c index 0607a70..928af8a 100644 --- a/test-tool/test_read10_residuals.c +++ b/test-tool/test_read10_residuals.c @@ -33,7 +33,7 @@ test_read10_residuals(void) struct scsi_task *task_ret; logging(LOG_VERBOSE, LOG_BLANK_LINE); - logging(LOG_VERBOSE, "Test invalid READ10 commands"); + logging(LOG_VERBOSE, "Test READ10 commands with residuals"); logging(LOG_VERBOSE, "Block size is %zu", block_size); /* Try a read10 of 1 block but xferlength == 0 */