TESTS-CU: Indent the verbose logging by 4 spaces

This commit is contained in:
Ronnie Sahlberg
2013-01-14 06:39:25 -08:00
parent 0f9d8d0617
commit e6d2c0713c
7 changed files with 7 additions and 7 deletions

View File

@@ -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);
}