9900 fcip: debug statement is mixed up
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Yuri Pankov <yuripv@yuripv.net>
Approved by: Dan McDonald <danmcd@joyent.com>
diff --git a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c
index c09f6fb..b4aaef3 100644
--- a/usr/src/uts/common/io/fibre-channel/ulp/fcip.c
+++ b/usr/src/uts/common/io/fibre-channel/ulp/fcip.c
@@ -5248,8 +5248,8 @@
 
 	if (fdestp == NULL) {
 		FCIP_DEBUG(FCIP_DEBUG_DLPI, (CE_NOTE,
-		    "udreq - couldn't find dest struct for remote port");
-		dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0));
+		    "udreq - couldn't find dest struct for remote port"));
+		dluderrorind(wq, mp, (mp->b_rptr + off), len, DL_BADDATA, 0);
 		return;
 	}