diff --git a/test-tool/0385_preventallow_lun_reset.c b/test-tool/0385_preventallow_lun_reset.c index e42e5e5..020b37d 100644 --- a/test-tool/0385_preventallow_lun_reset.c +++ b/test-tool/0385_preventallow_lun_reset.c @@ -199,7 +199,7 @@ test3: } if (mgmt_task.status != 0) { printf("[FAILED]\n"); - printf("Failed to reset the target\n"); + printf("Failed to reset the LUN\n"); goto test4; } printf("[OK]\n");