TESTS-CU: Indent the verbose logging by 4 spaces
This commit is contained in:
@@ -28,7 +28,7 @@ test_read10_0blocks(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
logging(LOG_VERBOSE, "\nTest READ10 0-blocks at LBA==0");
|
||||
logging(LOG_VERBOSE, "\n Test READ10 0-blocks at LBA==0");
|
||||
ret = read10(iscsic, tgt_lun, 0, 0, block_size,
|
||||
0, 0, 0, 0, 0, NULL);
|
||||
CU_ASSERT_EQUAL(ret, 0);
|
||||
|
||||
Reference in New Issue
Block a user