diff --git a/utils/iscsi-rtpg.c b/utils/iscsi-rtpg.c index 9fbcad0..0914800 100644 --- a/utils/iscsi-rtpg.c +++ b/utils/iscsi-rtpg.c @@ -64,7 +64,7 @@ void do_rtpg(struct iscsi_context *iscsi, int lun) task = scsi_cdb_report_target_port_groups(alloc_size); if (task == NULL) { - fprintf(stderr, "Failed to allocate CBD for RTPG (size %d)\n", full_size); + fprintf(stderr, "Failed to allocate CBD for RTPG (size %d)\n", alloc_size); exit(10); }