TESTS-CU: Indent the verbose logging by 4 spaces
This commit is contained in:
@@ -28,7 +28,7 @@ test_testunitready_simple(void)
|
||||
{
|
||||
int ret;
|
||||
|
||||
logging(LOG_VERBOSE, "\nTest TESTUNITREADY");
|
||||
logging(LOG_VERBOSE, "\n Test TESTUNITREADY");
|
||||
ret = testunitready(iscsic, tgt_lun);
|
||||
CU_ASSERT_EQUAL(ret, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user