test-tool: Move a logging statement into write_residuals_test()

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
Bart Van Assche
2021-02-08 17:55:19 -08:00
parent a21065cf71
commit c7a9f51d23
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,6 @@ test_write16_residuals(void)
iscsi_set_noautoreconnect(sd->iscsi_ctx, 1);
for (i = 0; i < ARRAY_SIZE(write16_residuals); i++) {
logging(LOG_VERBOSE, "\n%s", write16_residuals[i].description);
write_residuals_test(&write16_residuals[i]);
if (!command_is_implemented) {