TESTS: fixup the first-log-line of each test

This commit is contained in:
Ronnie Sahlberg
2013-01-15 18:31:18 -08:00
parent e6d2c0713c
commit a57ef69c8e
6 changed files with 12 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ test_read10_simple(void)
int i, ret;
logging(LOG_VERBOSE, "\n Test READ10 of 1-256 blocks at the start of the LUN");
logging(LOG_VERBOSE, "");
logging(LOG_VERBOSE, "Test READ10 of 1-256 blocks at the start of the LUN");
for (i = 1; i <= 256; i++) {
ret = read10(iscsic, tgt_lun, 0, i * block_size,
block_size, 0, 0, 0, 0, 0, NULL);