[stgt] [PATCH] 1/1 Clean up debug message. Add space between itn_id and host_no fields

Mark Harvey markh794 at gmail.com
Tue Oct 13 21:39:52 CEST 2009


>From a3671b68565695f4f4f94778acad81c5d19b43ca Mon Sep 17 00:00:00 2001
From: Mark Harvey <markh794 at gmail.com>
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 at gmail.com>
---
 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 at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html



More information about the stgt mailing list