Added printf format checking to logging function.
This also required changing the logging of "" at the start of each test to appeal the otherwise-friendly compiler.
This commit is contained in:
committed by
Ronnie Sahlberg
parent
a1590cf30c
commit
990af4a427
@@ -32,7 +32,7 @@ test_verify10_flags(void)
|
||||
int ret;
|
||||
unsigned char *buf = malloc(block_size);
|
||||
|
||||
logging(LOG_VERBOSE, "");
|
||||
logging(LOG_VERBOSE, LOG_BLANK_LINE);
|
||||
logging(LOG_VERBOSE, "Test VERIFY10 flags");
|
||||
|
||||
ret = read10(iscsic, tgt_lun, 0, block_size,
|
||||
|
||||
Reference in New Issue
Block a user