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

@@ -30,7 +30,8 @@ test_read10_flags(void)
{
int ret;
logging(LOG_VERBOSE, "\n Test READ10 flags");
logging(LOG_VERBOSE, "");
logging(LOG_VERBOSE, "Test READ10 flags");
/* This test is only valid for SBC devices */
if (device_type != SCSI_INQUIRY_PERIPHERAL_DEVICE_TYPE_DIRECT_ACCESS) {