From a3671b68565695f4f4f94778acad81c5d19b43ca Mon Sep 17 00:00:00 2001
From: Mark Harvey <markh794@xxxxxxxxx> Date: Tue, 13 Oct 2009 18:34:45 +1100 Subject: Cleanup debug message - Add space between itn_id and host_no fields Add missing space between itn_id and host_no in debug message. Signed-off-by: Mark Harvey <markh794@xxxxxxxxx> --- usr/target.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/target.c b/usr/target.c index 14ab298..14e3632 100644 --- a/usr/target.c +++ b/usr/target.c @@ -237,7 +237,7 @@ int it_nexus_create(int tid, uint64_t itn_id, int host_no, char *info) struct scsi_lu *lu; struct it_nexus_lu_info *itn_lu; - dprintf("%d %" PRIu64 "%d\n", tid, itn_id, host_no); + dprintf("%d %" PRIu64 " %d\n", tid, itn_id, host_no); /* for reserve/release code */ if (!itn_id) return -EINVAL; -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html