From da893b0cf92c2a351994ce05510943c264895a72 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 27 Sep 2012 18:49:38 -0700 Subject: [PATCH] TEST 0420 cosmetic printf change --- test-tool/0420_reserve6_simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-tool/0420_reserve6_simple.c b/test-tool/0420_reserve6_simple.c index b3adcc7..994fc47 100644 --- a/test-tool/0420_reserve6_simple.c +++ b/test-tool/0420_reserve6_simple.c @@ -130,7 +130,7 @@ test2: printf("[OK]\n"); - printf("Send RESERVE6 from Initiator 1 ... "); + printf("Send another RESERVE6 from Initiator 1 ... "); task = iscsi_reserve6_sync(iscsi, lun); if (task == NULL) { printf("[FAILED]\n");